Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

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

2 vues (au cours des 30 derniers jours)
Jonghun
Jonghun le 8 Juil 2013
Clôturé : MATLAB Answer Bot le 20 Août 2021
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?

Réponses (0)

Cette question est clôturée.

Community Treasure Hunt

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

Start Hunting!

Translated by