フィルターのクリア

arbitrary symbolic functions - Symbolic math toolbox

4 ビュー (過去 30 日間)
Maria Perdomo
Maria Perdomo 2013 年 6 月 21 日
I have an equation:
M = A sin(x(t));
and would like to find: dM/dt
is it possible to create symbolic functions without definition? for x(t) I dont have a definition. But I require:
diff(M,t).
How can an arbitrary symbolic function be declared??

採用された回答

Walter Roberson
Walter Roberson 2013 年 6 月 21 日
A = 9/13; %arbitrary
syms x(t)
M = A * sin(x(t));
diff(M,t)
  4 件のコメント
Maria Perdomo
Maria Perdomo 2013 年 6 月 21 日
2010b. I'll try a newer version. Thanks!
Maria Perdomo
Maria Perdomo 2013 年 6 月 21 日
yep it is, 2012a works.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeAssumptions についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by