![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/10904859_1622306450336_DEF.jpg)
Namrata Chandel
Followers: 0 Following: 0
Statistica
5 Domande
0 Risposte
RANK
115.365
of 297.016
REPUTAZIONE
0
CONTRIBUTI
5 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
20.0%
VOTI RICEVUTI
0
RANK
of 157.725
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
L-moment code
can anyone convert this attched Fortran code into Mtalab?
oltre 2 anni fa | 0 risposte | 0
0
risposteDomanda
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...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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 3 anni fa | 0 risposte | 0
0
risposteDomanda
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 3 anni fa | 0 risposte | 0
0
risposteDomanda
V12(:,:,h)=(((tau2(:,:,h)-tau2R(:,:,h)).^2+((tau3(:,:,h)- tau3R(:,:,h)).^2).^0.5)./7)));
How to fix its brackets.
quasi 3 anni fa | 1 risposta | 0