Statistics
RANK
183,706
of 295,467
REPUTATION
0
CONTRIBUTIONS
40 Questions
1 Answer
ANSWER ACCEPTANCE
90.0%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Gridfit command: What's interpolation!
Can I know much better about gridfit command? I want to Know if this command use linear, quadratic, spline, cubic method of inte...
10 years ago | 0 answers | 0
0
answersQuestion
Interpolation command by MATLAB
Can I Know what does shading interp command mean? I have to do a contour plot and I have this line of code to interpo...
10 years ago | 1 answer | 0
1
answerQuestion
Coordinates elements and distance
I have this variable that represent the x,y coordinates of a points
10 years ago | 1 answer | 0
1
answerQuestion
At Image or others: Distance from points to point.
The first part of the code is this one:
10 years ago | 1 answer | 0
1
answerQuestion
How to obtain paths from coordinates?
I have a .txt formatted in this way:
10 years ago | 1 answer | 0
1
answerQuestion
Distance from points to points.
It's possible to read these coordinates from a text file formatted in this way:
10 years ago | 1 answer | 0
1
answerQuestion
Row vector into array.
I have this A variable made up by 1x72 double.
10 years ago | 1 answer | 0
1
answerQuestion
How can I color the area inside the outers points?
The simple questions is: 1) If I have the coordinates of some points How can I color the area enclosed by the outer segments?...
10 years ago | 1 answer | 0
1
answer1
answerQuestion
How can I select number with dialog box?
I have this code. But I want to select with a dialog box the number. I don't want to enter in the code and change the number. So...
10 years ago | 1 answer | 0
1
answerQuestion
How can I solve this problem.
My version MATLAB is quite old. So I don't have the TriScatteredInterp and griddedInterpolant. Can I download these command? How...
10 years ago | 1 answer | 0
1
answerQuestion
How can I do contour plot?
I would like to use this command. I want to to a contour plot of a square figure. X is the vector who represent the x coordinate...
10 years ago | 1 answer | 0
1
answerQuestion
How do I eliminated the first negative element?
With this variable: A = Columns 1 through 4 [1000x9 double] [1000x9 double] [1000x9 double] [1000x...
10 years ago | 1 answer | 0
1
answerQuestion
Consider only a positive numbers of the first columns.
I have this matrix: A = -0.0001 -0.0723 0.0007 0.0013 -0.0007 -0.0016 -0.0009 0.0010 -0.0018 -0....
10 years ago | 1 answer | 0
1
answerQuestion
How can I modify the uigetdir command?
I'd like to have a bigger title. How do I change the writing and make it bigger? d1=uigetdir([],'Select file') ; Is it p...
10 years ago | 1 answer | 0
1
answerQuestion
Extract 5 highest value of a vector
If I want to extract the indices of the 5 highest value of a avg vector (30x1 for example) how can I do? ind = find(avgDE... ...
10 years ago | 1 answer | 0
1
answerQuestion
How Can I modify the fill command?
Is there another MATLAB command like fill. If I utilize this command the output is not what I'm looking for. I want the area ins...
10 years ago | 2 answers | 0
2
answersQuestion
How extract value form an array?
I have a array of 19x2 double. >> matrix matrix = 30.0000 20.0000 28.7500 17.5000 28.0000 16.0000 27...
10 years ago | 2 answers | 0
2
answersQuestion
How can I find the indices of a vector?
If I have a row vector,what command allows me to find the indexes that exceed a certain value that I want as a threshold. For ex...
10 years ago | 2 answers | 0
2
answersQuestion
Ho can I Reshape a matrix?
I have a DE variable made up by 1xn. It is a row vector. After this I have a col_DE constant that is simply a number. I have to...
10 years ago | 1 answer | 0
1
answerQuestion
Reshape matrix with zero value
I have this variable formatted as following: >> dist dist = 0 7.5000 15.0000 16.7705 21.2132 ...
10 years ago | 2 answers | 0
2
answersQuestion
How can I manage with this numbers?
I have a A=1x56 double variable. A = Columns 1 through 9 0.0127 0.0358 0.2141 0.2279 0.2737 0.0003...
10 years ago | 1 answer | 0
1
answerQuestion
What's the difference between code?
It's a stupid question but these two line of code do the same thing wthere dt1 is a constant. Is it right? prova= sum((ou...
10 years ago | 1 answer | 0
1
answerQuestion
Matrix, struct, array, comparison
I have two struct variable: primo and secondo >> primo primo = Y: {1x8 cell} primo.Y ans = C...
10 years ago | 2 answers | 0
2
answersQuestion
Eliminated zero value in the matrix.
I have this variable formatted as following: >> dist dist = 0 7.5000 15.0000 16.7705 21.2132 ...
11 years ago | 2 answers | 0
2
answersQuestion
Is it right this way?
I have a intpts variable: intpts intpts = 30.0000 20.0000 28.7500 17.5000 28.0000 16.0000 27.500...
11 years ago | 2 answers | 0
2
answersQuestion
What's the difference?
out1.Y=cellfun(@(c) bsxfun(@minus, c,c(100,:)), out1.Y,'uni',0); >> out1.Y ans = Columns 1 through 4...
11 years ago | 1 answer | 0
1
answerQuestion
Row vector, array matrix
http://www.mathworks.com/matlabcentral/answers/117118-row-vector-into-array#answer_125236 You can read this link. The code is...
11 years ago | 1 answer | 0
1
answerQuestion
How can I replace?
How can I replace this line of code: cd 'C:\Users\Francesco\Desktop\Prova'; with another one that allow me to select man...
11 years ago | 1 answer | 0
1
answerQuestion
What's the matter!
My MATLAB when start my run said this one: ??? Warning: Struct field assignment overwrites a value with class "double". ...
11 years ago | 1 answer | 0