![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/8604732_1522127667379_DEF.jpg)
mohammed hamdy
Followers: 0 Following: 0
Statistica
6 Domande
0 Risposte
RANK
79.795
of 297.016
REPUTAZIONE
0
CONTRIBUTI
6 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
83.33%
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
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>>
oltre 7 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
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;
oltre 8 anni fa | 2 risposte | 0
2
risposteDomanda
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=...
oltre 8 anni fa | 0 risposte | 0
0
risposteDomanda
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...
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 8 anni fa | 1 risposta | 0