Differential wrt qDot(t)

3 ビュー (過去 30 日間)
Saifuran Noori
Saifuran Noori 2018 年 4 月 11 日
回答済み: Ngoc Thanh Hung Bui 2018 年 4 月 17 日
syms t_1(t)
f = sin(t_1) + cos(t_1)
diff(f, t) % Is Ok
diff(f, t_1) % should give us = cos(t_1)-sin(t_1), but we get error:
"Error using sym/diff Arguments, except for the first, must not be symbolic functions."
How should we calculate this in matlab?

回答 (1 件)

Ngoc Thanh Hung Bui
Ngoc Thanh Hung Bui 2018 年 4 月 17 日
I want to know too

カテゴリ

Help Center および File ExchangeSymbolic Math Toolbox についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by