Undefined function or variable 'rangeres2bw'.
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Basmah Ahmad
el 18 de Abr. de 2023
Respondida: DGM
el 18 de Abr. de 2023
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?
0 comentarios
Respuesta aceptada
Más respuestas (1)
Image Analyst
el 18 de Abr. de 2023
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.
Ver también
Categorías
Más información sobre Matched Filter and Ambiguity Function 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!