Community Profile

photo

Anantha Padmanabhan


Active since 2014

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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

7 years ago | 0 answers | 0

0

answers

Question


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

7 years ago | 2 answers | 0

2

answers

Question


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

7 years ago | 1 answer | 0

1

answer

Question


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

7 years ago | 4 answers | 0

4

answers

Question


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

7 years ago | 1 answer | 0

1

answer

Question


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

7 years ago | 2 answers | 0

2

answers

Question


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

7 years ago | 1 answer | 0

1

answer

Question


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

7 years ago | 2 answers | 0

2

answers

Question


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

9 years ago | 1 answer | 0

1

answer

Question


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

9 years ago | 1 answer | 0

1

answer

Question


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

9 years ago | 1 answer | 0

1

answer

Question


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

9 years ago | 2 answers | 0

2

answers

Question


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

9 years ago | 2 answers | 0

2

answers