how we can plot whole the ans

回答 (1 件)

Jos (10584)
Jos (10584) 2016 年 5 月 19 日

0 投票

First I suggest you put the output of the function in a variable, so instead of using
MyFunction(...)
use
Result = MyFunction(...)
In this way you do not have to use ans in the remainder of your code.
Secondly, what do you want to plot exactly?

2 件のコメント

Ghulam Murtaza
Ghulam Murtaza 2016 年 5 月 19 日
i want to plot the total points in the ans
Jos (10584)
Jos (10584) 2016 年 5 月 19 日
What do you expect to see on the screen?

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

質問済み:

2016 年 5 月 19 日

コメント済み:

2016 年 5 月 19 日

Community Treasure Hunt

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

Start Hunting!

Translated by