range2time is not working?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Gaurav Sharma
el 22 de Abr. de 2019
Editada: Walter Roberson
el 22 de Abr. de 2019
can please anyone tell me why this range2time function is not working? it is cont. showing that it is an undefined function.
0 comentarios
Respuesta aceptada
Walter Roberson
el 22 de Abr. de 2019
range2time requires the Phased Array Toolbox, R2012b or later.
0 comentarios
Más respuestas (2)
Gaurav Sharma
el 22 de Abr. de 2019
Editada: Gaurav Sharma
el 22 de Abr. de 2019
2 comentarios
Walter Roberson
el 22 de Abr. de 2019
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
el 22 de Abr. de 2019
Editada: Walter Roberson
el 22 de Abr. de 2019
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
el 22 de Abr. de 2019
1 comentario
Walter Roberson
el 22 de Abr. de 2019
openExample('phased/MFSKExample')
The master copy of the file is in examples/phased/main/helperFMCWSimulate.m
Ver también
Categorías
Más información sobre Foundation and Custom Domains en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!