![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/14445671_1546319721061_DEF.jpg)
Shubham Agrawal
Followers: 0 Following: 0
Statistica
MATLAB Answers
0 Domande
2 Risposte
RANK
242.206
of 297.046
REPUTAZIONE
0
CONTRIBUTI
0 Domande
2 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
0
RANK
of 157.776
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
Risposto
Create function to calculate leap year
a=input('Enter the year'); if (((a/400-floor(a/400))==0) | (((a/4-floor(a/4))==0)&(a/100-floor(a/100)~=0)))==1 disp('This...
Create function to calculate leap year
a=input('Enter the year'); if (((a/400-floor(a/400))==0) | (((a/4-floor(a/4))==0)&(a/100-floor(a/100)~=0)))==1 disp('This...
oltre 5 anni fa | 0
Risposto
figure won't come up after using plot
First of all there is no loop in your matlab script. You can use 'For' loop in this particular program. Secondary thing is tha...
figure won't come up after using plot
First of all there is no loop in your matlab script. You can use 'For' loop in this particular program. Secondary thing is tha...
quasi 6 anni fa | 0