![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/6212219_1522112627386_DEF.jpg)
Isirame Omofuma
Followers: 0 Following: 0
統計
MATLAB Answers
1 質問
0 回答
ランク
of 157,776
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How can I define a sym variable, say t and sym functions say q1(t) and q2(t) such that I can create another function say f=q1*q2 and in one instance differentiate f w.r.t. t and in another differentiate f partially w.r.t q1 or q2.
syms t %define q1 and q2 as functions of t q1(t) = sym('q1(t)'); q2(t) = sym('q2(t)'); %define...
10年弱 前 | 3 件の回答 | 0