Community Profile

photo

mohammed hamdy


Active since 2016

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


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 ago | 1 answer | 0

1

answer

Question


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

7 years ago | 1 answer | 0

1

answer

Question


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

7 years ago | 0 answers | 0

0

answers

Question


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

7 years ago | 1 answer | 0

1

answer

Question


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

7 years ago | 1 answer | 0

1

answer