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

4 ビュー (過去 30 日間)
Shekh Md Mahmudul Islam
Shekh Md Mahmudul Islam 2018 年 3 月 1 日
コメント済み: Walter Roberson 2019 年 10 月 25 日
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.
Shekh Md Mahmudul Islam
Shekh Md Mahmudul Islam 2018 年 3 月 2 日
which phased.ULA 'phased.ULA' not found.

サインインしてコメントする。

回答 (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
  2 件のコメント
Sarah Ahmed
Sarah Ahmed 2019 年 10 月 25 日
do you know where i can find it?
Walter Roberson
Walter Roberson 2019 年 10 月 25 日
It has been part of the Phased Array Toolbox since R2012a.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeArray Geometries and Analysis についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by