Hi,
I want to insert text at particular intervals in a plot. What command should I use?
Amit
Direct link to this comment:
http://mathworks.com/matlabcentral/answers/54619#comment_113103
What if the text is a value from array ?
http://mathworks.com/matlabcentral/answers/54619#comment_113104
use
text(x,y,num2str(yourvalue))
text(x,y,'yourtext')
Direct link to this answer:
http://mathworks.com/matlabcentral/answers/54619#answer_66301
Contact us
2 Comments
Direct link to this comment:
http://mathworks.com/matlabcentral/answers/54619#comment_113103
What if the text is a value from array ?
Direct link to this comment:
http://mathworks.com/matlabcentral/answers/54619#comment_113104
use