Community Profile

photo

Francesco


Attivo dal 2014

Statistiche

  • Thankful Level 4

Visualizza badge

Content Feed

Visto da

Domanda


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...

quasi 10 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


Coordinates elements and distance
I have this variable that represent the x,y coordinates of a points

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


At Image or others: Distance from points to point.
The first part of the code is this one:

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


How to obtain paths from coordinates?
I have a .txt formatted in this way:

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


Distance from points to points.
It's possible to read these coordinates from a text file formatted in this way:

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


Row vector into array.
I have this A variable made up by 1x72 double.

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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?...

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


How Can I do contour plot?
Suppose I have a square figure.

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


How do I eliminated the first negative element?
With this variable: A = Columns 1 through 4 [1000x9 double] [1000x9 double] [1000x9 double] [1000x...

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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....

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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... ...

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

circa 10 anni fa | 2 risposte | 0

2

risposte

Domanda


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...

circa 10 anni fa | 2 risposte | 0

2

risposte

Domanda


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...

circa 10 anni fa | 2 risposte | 0

2

risposte

Domanda


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...

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


Reshape matrix with zero value
I have this variable formatted as following: >> dist dist = 0 7.5000 15.0000 16.7705 21.2132 ...

circa 10 anni fa | 2 risposte | 0

2

risposte

Domanda


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...

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


Matrix, struct, array, comparison
I have two struct variable: primo and secondo >> primo primo = Y: {1x8 cell} primo.Y ans = C...

circa 10 anni fa | 2 risposte | 0

2

risposte

Domanda


Eliminated zero value in the matrix.
I have this variable formatted as following: >> dist dist = 0 7.5000 15.0000 16.7705 21.2132 ...

circa 10 anni fa | 2 risposte | 0

2

risposte

Domanda


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...

circa 10 anni fa | 2 risposte | 0

2

risposte

Domanda


What's the difference?
out1.Y=cellfun(@(c) bsxfun(@minus, c,c(100,:)), out1.Y,'uni',0); >> out1.Y ans = Columns 1 through 4...

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


What's the matter!
My MATLAB when start my run said this one: ??? Warning: Struct field assignment overwrites a value with class "double". ...

circa 10 anni fa | 1 risposta | 0

1

risposta

Carica altro