Jasneet Singh
Followers: 0 Following: 0
統計
MATLAB Answers
5 質問
0 回答
ランク
of 152,147
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Developing a simulink sin bump?
How do I generate a half sinosudial bump with a width of 1.2m in simulink?
約3年 前 | 0 件の回答 | 0
0
回答質問
identity matrix nth order
n = [1:1:20]; M=eye(n).*0.02 its not working !! i got an error that says eye() can't draw n dimensional arrays..can it be corr...
3年以上 前 | 2 件の回答 | 0
2
回答質問
how to develop n order matrix?
i wish to make a matrix of nth order fromm K=[2000,-1000,0,0;-1000,2000,-1000,0;0,-1000,2000,-1000;0,0,-1000,1000; so on to nth ...
3年以上 前 | 2 件の回答 | 0
2
回答質問
how to solve this ode:
hello, this is my script help me withn this please, [t,y]=ode45('EQ2',[0:1800],[0,0]); function dydt=EQ2(t,y) a=1; # pararm...
3年以上 前 | 1 件の回答 | 0
1
回答質問
solving ordinary differential equation
Hello , I am trying to solve an ode in matlab but i'm getting syntax errors. pls help!! my actual ODE is : m*d2xdt2 + a*(dxdt)...
3年以上 前 | 2 件の回答 | 0