range2time is not working?
古いコメントを表示
can please anyone tell me why this range2time function is not working? it is cont. showing that it is an undefined function.
採用された回答
その他の回答 (2 件)
Gaurav Sharma
2019 年 4 月 22 日
編集済み: Gaurav Sharma
2019 年 4 月 22 日
1 投票
2 件のコメント
Walter Roberson
2019 年 4 月 22 日
It is in examples/phased/main/ directory relative to your installation, at least for R2018b and R2019a (I am still checking for older versions.)
When you use openExample then it will be copied into a directory that is on your MATLAB path.
I suspect that you might be using a version of the Phased Array Toolbox that is too old that have that example.
Walter Roberson
2019 年 4 月 22 日
編集済み: Walter Roberson
2019 年 4 月 22 日
In versions at least as far back as R2013b to R2017a, it was in toolbox/phased/phasedemos/helperFMCWSimulate.m relative to the installation directory.
In R2017b to R2019a is has been in examples/phased/main/helperFMCWSimulate.m relative to the installation directory.
Gaurav Sharma
2019 年 4 月 22 日
0 投票
1 件のコメント
Walter Roberson
2019 年 4 月 22 日
openExample('phased/MFSKExample')
The master copy of the file is in examples/phased/main/helperFMCWSimulate.m
カテゴリ
ヘルプ センター および File Exchange で Help and Support についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!