Statistics
8 Questions
0 Answers
RANK
215,453
of 296,426
REPUTATION
0
CONTRIBUTIONS
8 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20,367
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 156,406
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Custom subplot of saved .fig images
Hello everyone. I have 8 .fig files that I want to plot in one new subplot (4X2). I did come across <https://nl.mathworks.com/ma...
7 years ago | 0 answers | 0
0
answersQuestion
scatteredInterpolant giving null matrix
Hello. I have 3D scattered data (x,y,z,v). I want to interpolate this data to 50% more points. The points are not random but act...
8 years ago | 1 answer | 0
1
answerQuestion
Help needed to make a 3d contour plot
Hello. I have around 50K data points (x,y,z co-ordinates of each point) and the value of a function at each of these points. I w...
8 years ago | 1 answer | 0
1
answerQuestion
Strange output with function sortrows
Hello. I have a 4 column matrix with many (1000s) rows. I want the data sorted by the first column (which basically has multiple...
8 years ago | 1 answer | 0
1
answerQuestion
Trying to get a contour plot from CFD ASCII data
Hello everyone. I am trying to use MATLAB as a post processor to visualize my CFD simulation results. I use ANSYS Fluent as the ...
8 years ago | 1 answer | 0
1
answerQuestion
Incorrect Plot using Quiver
clear close all clc x = -10:0.1:10; y = -15:0.1:0; for i = 1:length(y) for j = 1:length(x) ...
8 years ago | 0 answers | 0
0
answersQuestion
How to vectorize an integral?
function exdpo7_11 % script is function to allow for subfunctions clc, close all; clear ans = 0; n = -5...
8 years ago | 1 answer | 0
1
answerQuestion
Conversion of cell element to double
Hello. I want to convert a cell element to double array element. I know the command to do this is str2double but the problem ...
9 years ago | 2 answers | 0