mohammed hamdy
自 2016 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
i have N observations z(1),z(2),...z(N) how can do the following formula , where N=50
<</matlabcentral/answers/uploaded_files/78746/123.jpg>>
7 years 前 | 1 个回答 | 0
1
个回答提问
hi , i use the following statement ,
fprintf('S=%d Z0 =%d PHI=%d MSEreal=%d MSEfuzzy=%d Numberofreal=%d Numberoffuzzy=%d\n', s,z0,phi,MSEreal,MSEfuzzy,numberreal,n...
8 years 前 | 1 个回答 | 0
1
个回答提问
hello, i have 5 input as following , how to use print command as print(' a= ' a , ' b= ' b, ' c= ' c, ' d= ' d,' e= ' e) in order to display output a=3 b =4 c=6 d=7 e=9
a=3; b=4; c=6; d=7; e=9;
8 years 前 | 2 个回答 | 0
2
个回答提问
hello, my code run one value only from loop(tt) and display one result from total result and then display the message "Subscripted assignment dimension mismatch." ,how to solve it ? and how know the line containning the error?
s=[2;3;4;5;6;7;8;9]; z0=[0.3;0.4;0.2;0.6;0.7;0.8;0.9;0.5]; phi=[0.4;0.3;0.6;0.9;0.2;0.5;0.8;0.7]; for tt=1:8 index=7;index1=...
8 years 前 | 0 个回答 | 0
0
个回答提问
hello , i use the following code , the loop is running to (o=30) . More than 30 value does not work and display the Warning (Index exceeds matrix dimensions) .. What correct it in order to complete iteration?
s=4; z0=0.3; index=7;index1=0; o=40; a=normrnd(0,s^2,5000,1); phi=0.5; n=[300;350;400;480;500;600;650;700;800;900;1000;12...
8 years 前 | 1 个回答 | 0
1
个回答提问
hello , my output is display In terms of [e] as following . how to transform the out put to numerical values without e , and how sort the interval in output by descending
out = 1.0e+04 * 1.4000 1.5000 1.7000 1.8000 1.9000 2.0000 1.5000 1.5250 1.5250 1...
8 years 前 | 1 个回答 | 0