Namrata Chandel
Followers: 0 Following: 0
Feeds
0
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 0 个回答 | 0
0
个回答提问
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 前 | 0 个回答 | 0
0
个回答提问
V12(:,:,h)=(((tau2(:,:,h)-tau2R(:,:,h)).^2+((tau3(:,:,h)- tau3R(:,:,h)).^2).^0.5)./7)));
How to fix its brackets.
2 years 前 | 1 个回答 | 0