photo

Shubham Agrawal


Last seen: 1 year 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

  • First Answer

查看徽章

Feeds

排序方式:

已回答
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...

5 years 前 | 0

已回答
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...

5 years 前 | 0