In Matlab scripting, how can I set two different Y-Axis for a single figure (one on the left and the other on the right side of the figure) ???
+3
A:
from here : mathworks
plotyy(X1,Y1,X2,Y2)
plotyy(X1,Y1,X2,Y2,function)
plotyy(X1,Y1,X2,Y2,'function1','function2')
NimChimpsky
2010-07-16 07:56:18
Is the answer accepted ?
NimChimpsky
2010-07-16 08:05:58