naga240
Followers: 0 Following: 0
統計
MATLAB Answers
4 質問
0 回答
ランク
of 154,105
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Solve symbolic equation in order to get parameters of an equation
Greetings. I have a system of the form : I have written the equations individually in order to get them inside matlab as s...
1年以上 前 | 1 件の回答 | 0
1
回答質問
Plot symbolic expresion dependent on one parameter on complex plane, making the parameter take a range of values.
Greetings, I have the following expresion: syms N A a dw; N=subs(4/A^2/pi*(sqrt(A^2-a^2)-1i*a),a,1) I'd like to make the p...
1年以上 前 | 1 件の回答 | 0
1
回答質問
Labeling points of plot()
I have the following code using eigenshuffle. %% 2a) a=-2:0.01:6; A2=zeros(2,2,length(a)); for i=1:length(a) A2(:,:,i)...
2年弱 前 | 1 件の回答 | 0
1
回答質問
eig() gives eigenvalues in the "wrong" order
I am ploting the eigenvalues for a 2x2 matrix, variating one of the elements of such matrix from 2 to 6. a=-2:0.01:6; ...
2年弱 前 | 2 件の回答 | 0