![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/13671442_1537941309943_DEF.jpg)
Kiran HR
Followers: 0 Following: 0
統計
MATLAB Answers
3 質問
0 回答
ランク
of 157,776
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How to create animation ?
I have written a code to solve differential equation of a simple pendulum. I tried creating animation of the same. But I am not ...
約6年 前 | 1 件の回答 | 0
1
回答質問
whats the error in the surface plot? How to correct it?
[x y]=meshgrid(13:120,1:12); igx1=((x.*y.^3)/12)+(x.*y).*((((x.*y).*(150-(y./2))+113664+6000)/((x.*y)+1536+1200))-(150-(y./2)))...
約6年 前 | 1 件の回答 | 0
1
回答質問
Which optimization tool to use? And how to get the accurate result?
function Z=igx(x,y) igx1=((x*y^3)/12)+(x*y)*((((x*y)*(150-(y/2))+113664+6000)/((x*y)+1536+1200))-(150-(y/2)))^2; igx2=2097152+...
約6年 前 | 1 件の回答 | 0