how to write text on y axis both side as shown in fig?
조회 수: 2 (최근 30일)
이전 댓글 표시
in single figure both side on y axis how to write?
댓글 수: 0
채택된 답변
Selva Karna
2017년 8월 22일
if you are plot some data's;
x=1:pi:20; y=sin(x); plot(y,'-*g'); xlabel('time in s'); ylabel('frequency in Hz'); title('your titile'); grid on;
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!