Praketa
Amity University
自 2014 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
Factorial code, stuck for some reason, help!
function fact2=fact(n) %function to write factorials if n<1 disp('incorrect answer') disp(' ')...
12 years 前 | 1 个回答 | 0
1
个回答已回答
new to matlab. trying to plot simple line and not successful from a script file!
u r awesome amit! thanks a ton!
new to matlab. trying to plot simple line and not successful from a script file!
u r awesome amit! thanks a ton!
12 years 前 | 0
已回答
new to matlab. trying to plot simple line and not successful from a script file!
Amit loads of thanks. but almost. can i have these figures all in in single figure. i want my students to see the relation. anyh...
new to matlab. trying to plot simple line and not successful from a script file!
Amit loads of thanks. but almost. can i have these figures all in in single figure. i want my students to see the relation. anyh...
12 years 前 | 0
已回答
new to matlab. trying to plot simple line and not successful from a script file!
thank you much everybody for the help so far. but i wanted different graphs showing influence of z and the above code only outpu...
new to matlab. trying to plot simple line and not successful from a script file!
thank you much everybody for the help so far. but i wanted different graphs showing influence of z and the above code only outpu...
12 years 前 | 0
已回答
new to matlab. trying to plot simple line and not successful from a script file!
ok it worked but i wanted to know how we can use the fid() function, store data in txt file and reload to output while utilizing...
new to matlab. trying to plot simple line and not successful from a script file!
ok it worked but i wanted to know how we can use the fid() function, store data in txt file and reload to output while utilizing...
12 years 前 | 0
提问
new to matlab. trying to plot simple line and not successful from a script file!
r=0.0; z=0.1; h=0.1; for i=1:50 p=sqrt((1+(2*z*(r))^2)/((1+(r)^2)+(2*z*(r)))) r=r+h end ...
12 years 前 | 7 个回答 | 0
