photo

SUBASH K


2019 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

3 質問
0 回答

ランク
295,469
of 301,478

評判
0

コントリビューション
3 質問
0 回答

回答採用率
66.67%

獲得投票数
0

ランク
 of 21,296

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 174,719

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

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

1

回答