how we can plot whole the ans

2 次查看(过去 30 天)
Ghulam Murtaza
Ghulam Murtaza 2016-5-19
ans =
nPerRank: [1x51 double]
rank: {1x51 cell}
F: [1x1 struct]

回答(1 个)

Jos (10584)
Jos (10584) 2016-5-19
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?

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Image Processing Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by