matalab figures questions

1 view (last 30 days)
scorpio13
scorpio13 on 22 Mar 2012
1.I have designed a shape in matlab, and i want to take out the axes from the matlab figure.....I don't know how to take out the axes completely....
2.I have plot a graph in matlab and I want show values in specific regions on the plot......i don't know how to do that...
I would really appreciate you help on this......
Thanks in advance...

Answers (1)

Honglei Chen
Honglei Chen on 22 Mar 2012
Not sure if I understand your question correctly, but this can probably get you started
For the first question, try
axis off
and see if that's what you want. For the second question, you can probably use text
doc text
also see

Categories

Find more on Line Plots in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!