![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/10017153_1622140629117_DEF.jpg)
jameslk
Followers: 0 Following: 0
統計
MATLAB Answers
5 質問
0 回答
ランク
of 157,776
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
how can I get y which correspond to x and then plot (x,y)??
syms x y x=[-4:1:4] f = y^3+0.2*exp(-1*x^2)*y^2-2.2039*y^2+0.8155 == 0;
3年以上 前 | 1 件の回答 | 0
1
回答質問
how can i plot this equation?
syms x y x=linspace(-4,4); f =@(x,y) y^3+0.2*exp(-1*x^2)*y^2-2.2039*y^2+0.8155 == 0; plot(x,y) x is between -4 and 4 y^3...
3年以上 前 | 1 件の回答 | 0
1
回答質問
how can i solve this problem with rk4 method?
In this case, m=20, k=20, c=40 and initial x=1, initial v=0, t is 0 to 15. please tell me what's wrong in my code This is my ...
3年以上 前 | 1 件の回答 | 0
1
回答質問
How can I integral this equation and plot? please help me
dy/dt = y*t^2 + 3*y y(0) = 1 t= 0:2 This is the equation which I want to integral But when I integrate and plot this how can...
3年以上 前 | 1 件の回答 | 0
1
回答質問
How can I use Lagrange in this problem?
clc; clear all format long A = [-0.5 2.5 6 11 20 28 50 60 80 90]; T =[18 -1 -23 -56 -56 -48 -2 -17 -92 -92]; n= length(A);...
3年以上 前 | 0 件の回答 | 0