Why am I unable to relocate the text box using my mouse when creating a plot using PLOTYY?
이전 댓글 표시
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);
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Two y-axis에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!