Borrar filtros
Borrar filtros

Undefined variable "phased" or class "phased.ULA"

9 visualizaciones (últimos 30 días)
Shekh Md Mahmudul Islam
Shekh Md Mahmudul Islam el 1 de Mzo. de 2018
Comentada: Walter Roberson el 25 de Oct. de 2019
Hi, I am using MIMORadarVirtualArrayExample code using Phased array system toolbox. My Matlab version is 2017b. But getting this type of error:
MIMORadarVirtualArrayExample Undefined variable "phased" or class "phased.ULA".
Error in MIMORadarVirtualArrayExample (line 36) txarray = phased.ULA(Nt,dt);
Could anyone please help me in solving this issue?
  4 comentarios
Walter Roberson
Walter Roberson el 1 de Mzo. de 2018
>> which hither.yon
'hither.yon' not found.
So when which cannot find something you ask about, it says specifically it is not found. That is not the output you are seeing, so you did not command
which phased.ULA
like I asked you to.
Shekh Md Mahmudul Islam
Shekh Md Mahmudul Islam el 2 de Mzo. de 2018
which phased.ULA 'phased.ULA' not found.

Iniciar sesión para comentar.

Respuestas (1)

Walter Roberson
Walter Roberson el 2 de Mzo. de 2018
Either you do not have the Phased Array toolbox installed, or it is corrupt, or your MATLAB is older than r2012a
  2 comentarios
Sarah Ahmed
Sarah Ahmed el 25 de Oct. de 2019
do you know where i can find it?
Walter Roberson
Walter Roberson el 25 de Oct. de 2019
It has been part of the Phased Array Toolbox since R2012a.

Iniciar sesión para comentar.

Categorías

Más información sobre Array Geometries and Analysis 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!

Translated by