photo

Shubham Agrawal


Last seen: mehr als ein Jahr vor Aktiv seit 2019

Followers: 0   Following: 0

Statistik

  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

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

etwa 5 Jahre vor | 0

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

mehr als 5 Jahre vor | 0