Community Profile

photo

Namrata Chandel


Last seen: 6 mesi fa Attivo dal 2022

Followers: 0   Following: 0

Statistiche

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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

quasi 2 anni fa | 0 risposte | 0

0

risposte

Domanda


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

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 2 anni fa | 0 risposte | 0

0

risposte

Domanda


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

quasi 2 anni fa | 0 risposte | 0

0

risposte

Domanda


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

circa 2 anni fa | 1 risposta | 0

1

risposta