photo

Anantha Padmanabhan


Attivo dal 2014

Followers: 0   Following: 0

Messaggio

Statistica

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


Creating a 4-D array
Hello everyone, I have been having trouble understanding the syntax behind creating 4-D matrices and I was hoping someone can ...

circa 7 anni fa | 0 risposte | 0

0

risposte

Domanda


Defining a 4d double
I am trying to build a 4D matrix from a velocity time series so that I can use it as an input to another program. My wind fiel...

circa 7 anni fa | 2 risposte | 0

2

risposte

Domanda


How to add a variable to a filename while renaming it
I have a code that reads a bunch of .text files which are of the format "experiment_date_time" which is created by a measurement...

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


Grouping based on similarity and indices
I have an array A of size 300*1 which has a lot of repeating values. These values are the angular position of a point on a circl...

oltre 7 anni fa | 4 risposte | 0

4

risposte

Domanda


Replace missing elements in an array with NaN
Hello! for i=1:n scanindex = round((i-1)*pointsperscan+1):round(i*pointsperscan); ...

quasi 8 anni fa | 1 risposta | 0

1

risposta

Domanda


Error subscript indices must either be real positive integers or logicals.
for z=1:1:m variable_sort(z).vlos=variable(z).vlos(filterfinal(z).filterindex); end So I have this code. the te...

quasi 8 anni fa | 2 risposte | 0

2

risposte

Domanda


Concatenating n number of doubles
<</matlabcentral/answers/uploaded_files/59242/concancate.JPG>> As seen in the picture I have a 1*n array with 3 fields with e...

quasi 8 anni fa | 1 risposta | 0

1

risposta

Domanda


How to average values in a structure
Hello! i have a 1*60 structure which represents minute data and each field is a 25*25 double. Is there a matlab command to aver...

quasi 8 anni fa | 2 risposte | 0

2

risposte

Domanda


calculating area enclosed by a closed curve
Hello, I have a set of points(x,y) which when plotted gives a closed curve specifically an airfoil. My question is weather I ca...

circa 9 anni fa | 1 risposta | 0

1

risposta

Domanda


Adding Gaussian noise to a set of points
Hi, i would like to know how to add a Gaussian noise distribution of SD 1% and 0 mean to a uniform grid consisting of particle...

quasi 10 anni fa | 1 risposta | 0

1

risposta

Domanda


Numel error cant figure out why
for i=1:1:randomvariableforx1secondpoint if actualshrtestdistancepoint2==distancepointfromotherpointsecondpoint(i) pointto...

quasi 10 anni fa | 1 risposta | 0

1

risposta

Domanda


finding and storing non zero elements in a NxN matrix
Hi, I would like to know how i can determine the non zero elements in a matrix consisting mostly of zeros and store its matrix ...

quasi 10 anni fa | 2 risposte | 0

2

risposte

Domanda


how do i get rid of the fractions on array calculations
for X=1:0.1:64; for Y=1:0.1:64 vble(X,Y)=-0.5*sin(X*2*3.14/64*sin(Y*2*3.14/64); if vble(X,Y)==psisecondsecond1; ...

quasi 10 anni fa | 2 risposte | 0

2

risposte