how we can plot whole the ans
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
ans =
nPerRank: [1x51 double]
rank: {1x51 cell}
F: [1x1 struct]
0 Kommentare
Antworten (1)
Jos (10584)
am 19 Mai 2016
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
Siehe auch
Kategorien
Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!