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年弱 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 7 件の回答 | 0
