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

5 次查看(过去 30 天)
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 个评论
Walter Roberson
Walter Roberson 2018-3-1
>> 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.

请先登录,再进行评论。

回答(1 个)

Walter Roberson
Walter Roberson 2018-3-2
Either you do not have the Phased Array toolbox installed, or it is corrupt, or your MATLAB is older than r2012a

类别

Help CenterFile Exchange 中查找有关 Array Geometries and Analysis 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by