photo

Praketa


Amity University

2014 年からアクティブ

Followers: 0   Following: 0

Professional Interests: Aerospace

統計

MATLAB Answers

2 質問
4 回答

ランク
236,356
of 301,273

評判
0

コントリビューション
2 質問
4 回答

回答採用率
50.0%

獲得投票数
0

ランク
 of 21,212

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 173,726

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 1

バッジを表示

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!

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

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

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

約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

7

回答