mohammed hamdy
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
273,117
of 295,467
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
83.33%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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
answerQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 2 answers | 0
2
answersQuestion
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 ago | 0 answers | 0
0
answersQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 1 answer | 0