photo

ian flanagan


Last seen: 約3年 前 2018 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

7 質問
0 回答

ランク
272,143
of 301,537

評判
0

コントリビューション
7 質問
0 回答

回答採用率
14.29%

獲得投票数
0

ランク
 of 21,318

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 175,234

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


projectile motion using switch structure.
height and speed are given by the following equations: h(t)=v0*t*sin(A)-.5*g*t^2 v(t)=sqrt(v0^2 -2*v0*g*t*sin(A)+t^2 *g^2) th...

約7年 前 | 0 件の回答 | 0

0

回答

質問


right triangle area within a certain tolerence
How do I write a matlab code that uses a user defined function to determine the area of all right triangles with sides ranging f...

約7年 前 | 1 件の回答 | 0

1

回答

質問


How do i write theses equations in matlab?
x''=0.0454((theta')^2)sin(theta)+90.1sin(10t)-90.1x-(cos(theta))[((theta')^2)(-1.363sin(theta)^2 -.5cos(theta))-545.454sin(10t...

8年弱 前 | 0 件の回答 | 0

0

回答

質問


how do i store the all 100 xmax values for the code
%there are 100 xmax values but it only displays the last xmax value as xmax in the workspace. for w=1:1:100 t=0:0.00...

約8年 前 | 1 件の回答 | 0

1

回答

質問


how do i store Xmax for this code?
% I want to make a w vs Xmax graph. The script file is attached below. for w=1:1:100 t=0:0.001:10 X=-100*w^-2...

約8年 前 | 1 件の回答 | 0

1

回答

質問


How do i find max value of a two varible equation?
%equation X=-100*sin(t*omega) omega=1:1:100 t=0:0.001:10

約8年 前 | 1 件の回答 | 0

1

回答

質問


How do i do a for loop for X=-100sin(t*omega) to find X max
X=-sin(t*omega) t=0:0.001:10 omega=1:1:100 %I want to know the max(X) such that there is 1 max(X) per omega given each time t...

約8年 前 | 1 件の回答 | 0

1

回答