How to scale data and plot?
Show older comments
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.
Answers (1)
KALYAN ACHARJYA
on 11 Jan 2020
Edited: KALYAN ACHARJYA
on 11 Jan 2020
0 votes
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.
Categories
Find more on Annotations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!