plot on the same figure

1 vue (au cours des 30 derniers jours)
Bilal Ates
Bilal Ates le 10 Juil 2020
MATLAB commands to plot, on the same figure
f=3*(t^2) + 2*t - 0.5
g=2*t*(cos(t))

Réponse acceptée

madhan ravi
madhan ravi le 10 Juil 2020
syms t
f=3*(t^2) + 2*t - 0.5
g=2*t*(cos(t))
fplot({f,g})

Plus de réponses (0)

Produits


Version

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by