how we can plot whole the ans
이전 댓글 표시
ans =
nPerRank: [1x51 double]
rank: {1x51 cell}
F: [1x1 struct]
답변 (1개)
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
2016년 5월 19일
Jos (10584)
2016년 5월 19일
What do you expect to see on the screen?
카테고리
도움말 센터 및 File Exchange에서 Image Arithmetic에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!