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?

 採用された回答

Image Analyst
Image Analyst 2013 年 8 月 26 日

0 投票

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

1 件のコメント

Giorgos Papakonstantinou
Giorgos Papakonstantinou 2013 年 8 月 26 日
Thank you, exactly what I had in mind.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by