統計
MATLAB Answers
3 質問
0 回答
ランク
of 174,719
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Problem in converting expression into double array and error in converting from sym to double
Hi, I have written a code to get Lagrange Interpolation functions used in FInite element analysis. Below is the code. % lagran...
7年弱 前 | 1 件の回答 | 0
1
回答質問
Plotting function two functions which is parametric of two symbolic variables?
ya = - (5*r^2*s)/4 + (5*r^2)/4 - (5*r*s^2)/4 + (5*r)/4 + (5*s^2)/4 + (15*s)/4 xa = - (15*r^2*s)/4 + (5*r^2)/4 - (15*r*s...
約7年 前 | 0 件の回答 | 0
0
回答質問
can we convert a vector elements into symbolic variables but all it elements should all act individually as symbolic variabls
k=sym('k',[4,1]) k = k1 k2 k3 k4 >> k1 Undefined function or variable 'k1'. % how to make all elements o...
約7年 前 | 1 件の回答 | 0

