フィルターのクリア

Undefined function or variable 'rangeres2bw'.

2 ビュー (過去 30 日間)
Basmah Ahmad
Basmah Ahmad 2023 年 4 月 18 日
回答済み: DGM 2023 年 4 月 18 日
Greetings everyone!
I am using MATLAB2018a. I have been trying an example code from the matlab website in which rangeres2bw is used.
But i am getting this error : Undefined function or variable 'rangeres2bw'
Has this function been changed or removed or is there some mistake i am making?
This is the code that i am using:
Rmax = 15e3;
>> Rres = 150;
>> prf = 1/range2time(Rmax)
prf =
9.9931e+03
>> bw = rangeres2bw(Rres)
Undefined function or variable 'rangeres2bw'.
Please tell me how to solve this issue?

採用された回答

DGM
DGM 2023 年 4 月 18 日
You can see from the documentation page for rangeres2bw() that it was first available in R2021a.

その他の回答 (1 件)

Image Analyst
Image Analyst 2023 年 4 月 18 日
What is the URL of the web site? You forgot to tell us. Probably it was defined somewhere on that page and you forgot to copy the code and save it to an m-file on your local computer.
  1 件のコメント
Basmah Ahmad
Basmah Ahmad 2023 年 4 月 18 日
This is a URL of that code. I copy pasted the code but got error in the first few lines.

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

カテゴリ

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

製品


リリース

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by