photo

Namrata Chandel


Last seen: 10 months ago Active since 2022

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


L-moment code
can anyone convert this attched Fortran code into Mtalab?

2 years ago | 0 answers | 0

0

answers

Question


Error in my code : Array dimensions must match for binary array op. Error in newhet (line 139) lamd4=20*D3-30*D2+12*D1-D0;
This is the code C0=nansum(c0,2); lamc1=C0; C1=nansum(c1,2); lamc2=2*C1-C0; C2=nansum(c2,2); lamc3=6*C2-6*C1+C0; C3=nans...

2 years ago | 1 answer | 0

1

answer

Question


how can I calculate L-moment with different data length.
for i=1:500 for j=1 b0(j,:,i)=D(j,:,i)/19; for k=1:18 b1(j,k,i)=(D(j,k,i)*(19-k))/(19*18); ...

2 years ago | 0 answers | 0

0

answers

Question


how to vary data length in the given code.There are 7 sites an each site having different data length.For example n1=18, n2=29 and so on N=number of sites are 7.
for i=1:500 for j=1:7 b0(j,:,i)=D(j,:,i)/46; for k=1:45 b1(j,k,i)=(D(j,k,i)*(46-k))/(46*45);...

2 years ago | 0 answers | 0

0

answers

Question


V12(:,:,h)=(((tau2(:,:,h)-tau2R(:,:,h)).^2+((tau3(:,:,h)- tau3R(:,:,h)).^2).^0.5)./7)));
How to fix its brackets.

2 years ago | 1 answer | 0

1

answer