統計
MATLAB Answers
5 質問
0 回答
ランク
of 153,912
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Notation with DSOLVE is unclear
I am solving this differential equation syms y(x) dsolve(diff(y) == 4/100*y) that gives C4*exp(x/25) What do...
11年以上 前 | 1 件の回答 | 0
1
回答質問
Solution with parameter in SOLVE
Solving this I get %% Solve the system given by KKT conditions S = solve(g1==0,g2==0,g3==0, cs1==0, x1, x2, x3...
11年以上 前 | 1 件の回答 | 0
1
回答質問
Order of variables in SOLVE
clear all syms x y l1 l2 l3 %%Generate symb var for multipliers v=[x y l1 l2 l3]; g1=(y-3)/sqrt((x-2)^2+(y-3)^2)+l1...
11年以上 前 | 1 件の回答 | 0
1
回答質問
Remove row from matrix that doesn't meet if condition
f=@(x) 2-2*x(1)-x(2) %% Check admissibility for j=1:size(sol,1); z=sol(j,1:2) if f(z)>=-1 ...
11年以上 前 | 1 件の回答 | 0
1
回答質問
What is going wrong with my mesh command?
I am trying to visualize this function and eventually its contour lines: clear all [x,y]=meshgrid(-10:0.1:10) d=m...
11年以上 前 | 2 件の回答 | 0