How to scale data and plot?
Ältere Kommentare anzeigen
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.
Antworten (1)
KALYAN ACHARJYA
am 11 Jan. 2020
Bearbeitet: KALYAN ACHARJYA
am 11 Jan. 2020
0 Stimmen
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.
1 Kommentar
mm99
am 11 Jan. 2020
Kategorien
Mehr zu Annotations finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!