range2time is not working?
1 次查看(过去 30 天)
显示 更早的评论
can please anyone tell me why this range2time function is not working? it is cont. showing that it is an undefined function.
0 个评论
采纳的回答
更多回答(2 个)
Gaurav Sharma
2019-4-22
编辑:Gaurav Sharma
2019-4-22
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
1 个评论
Walter Roberson
2019-4-22
openExample('phased/MFSKExample')
The master copy of the file is in examples/phased/main/helperFMCWSimulate.m
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Help and Support 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!