Why am I unable to relocate the text box using my mouse when creating a plot using PLOTYY?
Show older comments
I have created a plot using PLOTYY and I have placed a textbox in on the axes. However, I am unable to move this text box using my mouse cursor. The code that I am using is as follows:
x = 0:0.01:20;
y1 = 200*exp(-0.05*x).*sin(x);
y2 = 0.8*exp(-0.5*x).*sin(10*x);
plotyy(x,y1,x,y2,@semilogx);
Accepted Answer
More Answers (0)
Categories
Find more on Two y-axis 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!