Optionally create plots inside function

I have a function
y=myfun(x)
y=3*x;
plot(x, y)
If x=[1 2 3 4 5]; then the plot will be plotted. Is there anyway to control if I want to make the plot or not?

 Réponse acceptée

Image Analyst
Image Analyst le 26 Août 2013

0 votes

Yes. Don't call plot() if you don't want it plotted.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by