MATLAB: Labelling the graph axis(urgent)

graphurgent

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

Best Answer

What about using sprintf() to construct your axes labels, and xlabel() and ylabel() to put them on?
Related Question