photo

Shubham Agrawal


Last seen: plus de 2 ans il y a Actif depuis 2019

Followers: 0   Following: 0

Statistiques

MATLAB Answers

0 Questions
2 Réponses

RANG
285 025
of 300 381

RÉPUTATION
0

CONTRIBUTIONS
0 Questions
2 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
0

RANG
 of 20 941

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 477

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
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...

plus de 6 ans il y a | 0

Réponse apportée
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...

plus de 6 ans il y a | 0