Owen McKim
Followers: 0 Following: 0
統計
MATLAB Answers
3 質問
0 回答
ランク
of 156,205
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Graphing a For Loop Array
for i = 0:5:100 y(i) = i x(i) = i^2; end figure(1) plot(y,x) I just want to create a simple plot graph of an expon...
3年弱 前 | 1 件の回答 | 0
1
回答質問
Integration of a function
Using the MATLAB intergral function you can integrate a function between a min and max value. integral(fun,min,max) But I was ...
約3年 前 | 4 件の回答 | 0
4
回答質問
Numerical solution for a complex formula
I am trying to rearrange a complex formula to give a numerical output. A = ((1)/(M))*((1+((y-1)/(2))*(M^(2)))/((y+1)/(2)))^((y+...
約3年 前 | 1 件の回答 | 0