フィルターのクリア

How to scale data and plot?

9 ビュー (過去 30 日間)
mm99
mm99 2020 年 1 月 11 日
コメント済み: mm99 2020 年 1 月 11 日
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
KALYAN ACHARJYA 2020 年 1 月 11 日
編集済み: KALYAN ACHARJYA 2020 年 1 月 11 日
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 件のコメント
mm99
mm99 2020 年 1 月 11 日
Okay! And what if i have a matrix 20000x5000, which is a 2D fft from numerical model responses after chirp signal excitation and it gives me a plot of frequency vs wave-number in [Hz] vs [1/mm] and I want it to be in [kHz] vs [1/m]. Can I somehow multiply the values in the matrix ?

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeAnnotations についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by