how we can plot whole the ans

Antworten (1)

Jos (10584)
Jos (10584) am 19 Mai 2016

0 Stimmen

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 Kommentare

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

Melden Sie sich an, um zu kommentieren.

Kategorien

Gefragt:

am 19 Mai 2016

Kommentiert:

am 19 Mai 2016

Community Treasure Hunt

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

Start Hunting!

Translated by