Parth Jain
Followers: 0 Following: 0
統計
MATLAB Answers
3 質問
0 回答
ランク
of 154,105
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
creating a coefficient matrix for a polynomial
I have a function f(x) = a_0 +a1*x+a2*x^2+a3*x^3 I need to create a matrix such that row 1 contains f(0) term as first eleme...
4年以上 前 | 1 件の回答 | 0
1
回答質問
converting sym to double
i have been working on this code syms k K = zeros(8); K(1,1) = 0.7499*k MATLAB shows the error "unable to convert expressi...
4年以上 前 | 2 件の回答 | 0
2
回答質問
what is the meaning of disp(' ') ?
working on following code while CorrectABC~=1 disp('Is this the equation you"d like to find roots?') disp(' ') what does d...
4年以上 前 | 1 件の回答 | 0