Help debugging my program for plotting ezplot of sin and cos

 Réponse acceptée

madhan ravi
madhan ravi le 6 Déc 2018
Modifié(e) : madhan ravi le 6 Déc 2018
x=0:1:pi;
a=@(x) sin(pi*x);
y=@(x) cos(4*pi*x);
ezplot(a,[0,2]); % you forgot to add [ ] brackets
hold on;
ezplot(y,[0,2]);
see the attached screenshot of the graph produced
Screen Shot 2018-12-06 at 12.46.47 PM.png

6 commentaires

thanks a lot!
Anytime :) , if it worked make sure to accept the anwer and vote for it.
my MATLAB v2013 is showing these errors. I tried to copy ans paste your code.
you have a file named as class.m please change it's name or delete it
sorry I'm a noob .....thank you so much :)
You're welcome :)

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur MATLAB dans Centre d'aide et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by