![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/8207488_1540102604567_DEF.jpg)
Fahad alshammari
自 2018 起处于活动状态
Followers: 0 Following: 0
Feeds
已回答
Create function to calculate leap year
function year year = input (' Enter the year : ') if mod(year,4) == 0 disp ('true') elseif mod(year,100) == 0 disp ('falus') ...
Create function to calculate leap year
function year year = input (' Enter the year : ') if mod(year,4) == 0 disp ('true') elseif mod(year,100) == 0 disp ('falus') ...
5 years 前 | 0
提问
can u help me with Maclaurin series expansion
can you please help me solve this problem Create MATLAB function that implement this formula Cos(x) = 1-(x^2/2!)+(x^4/4!)-...
6 years 前 | 1 个回答 | 0