labelling the graph axis(urgent)

Daniel i accepted your answer for that question ,which worked very good ,this is another question,
the x and y parameters for x and y axis are stored in a variable A,B
A has numbers from 1 to 100 randomly B has numbers from 101 to 200 randomly
now i want to take parameters from A,B for each graph and label them

 Accepted Answer

Image Analyst
Image Analyst on 8 Nov 2011
What about using sprintf() to construct your axes labels, and xlabel() and ylabel() to put them on?

More Answers (0)

Categories

Community Treasure Hunt

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

Start Hunting!