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

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

What shows up if you command
which phased.ULA
?
Undefined variable "phased" or class "phased.ULA".
>> 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.
which phased.ULA 'phased.ULA' not found.

댓글을 달려면 로그인하십시오.

답변 (1개)

Walter Roberson
Walter Roberson 2018년 3월 2일

0 개 추천

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?
It has been part of the Phased Array Toolbox since R2012a.

댓글을 달려면 로그인하십시오.

카테고리

질문:

2018년 3월 1일

댓글:

2019년 10월 25일

Community Treasure Hunt

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

Start Hunting!

Translated by