I would like to put a number to each quarter in subplot. An example: subplot(2,2,X) I would that when X=1 in my chart in the first quarter appers "1" in top-left corner of the quarter and the same for the second one and so forth. Is it possible? How can I do? I sought for in MatLab subplot dedicated page and in forums but I was not able to find a solution. Thanks to whomsoever is able to provide or have already found a smart solution!

5 Comments

by "quarter" you mean the name of the subplot?
I would obtain something like this: quarter number in the top-left corner of each subplot charts. If it is possible also I would like the command line to move the number of each quarter in a specific position
You may want to use text(...)
doc text
No. I would impose to subplot to print the number of each portion of the subplot chart if it is possible.
Thanks now it works! I just need to understand more in details text properties....

Sign in to comment.

More Answers (0)

Products

Community Treasure Hunt

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

Start Hunting!