How to scale data and plot?
이전 댓글 표시
Hi!
I have a plot (attached). I want to scale it so that x axis is in [kHz] . I don't only want to scale the axis but also the whole plot, so that it wil show the values present in [kHz].
Thanks in advance.
답변 (1개)
KALYAN ACHARJYA
2020년 1월 11일
편집: KALYAN ACHARJYA
2020년 1월 11일
0 개 추천
I want to scale it so that x axis is in [kHz] .
Multiply x data with 10^(-3), and calculate the corresponding y data, then plot.
카테고리
도움말 센터 및 File Exchange에서 Annotations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!