Solve differential Equation for certain values of variable x
Afficher commentaires plus anciens
I have to find 4 values of z corresponding to x. After calculating differential equation how can I substitute x in the z(differential) equation? I have attached simplified code so that reader can understand.
x=[2 3 4 5];
syms x
z=diff(sin(x)-cos(x))
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Symbolic Math Toolbox dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!