How to scale data and plot?
Mostrar comentarios más antiguos
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.
Respuestas (1)
KALYAN ACHARJYA
el 11 de En. de 2020
Editada: KALYAN ACHARJYA
el 11 de En. de 2020
0 votos
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 comentario
mm99
el 11 de En. de 2020
Categorías
Más información sobre Annotations en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!