フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

vector substitution, d=subs(c,t) doesn't works

1 回表示 (過去 30 日間)
Jonghun
Jonghun 2013 年 7 月 8 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
code:
syms t;
a='t^2+t*sin(t)+3'
b=eval(a);
c=vectorize(b);
t=0:0.01:10;
d=subs(c,t)
I want to get matrix 'd' by substitution.
but "d=subs(c,t)" doesn't works
How I can fix this problem?

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by