where do I find documentation for helperCompareResponses

조회 수: 3 (최근 30일)
David Wells
David Wells 2018년 4월 24일
답변: Guillaume 2018년 4월 24일
The example at openExample('phased/SensorArrayTaperingExample') has, in line 31 helperCompareResponses(taperedULA,ula, ... 'Ideal ULA versus Tapered ULA response', ... {'Tapered','Not tapered'});
When I run this example, most of the time, but not always, I crash on line 31 Undefined function 'helperCompareResponses' for input arguments of type 'phased.ULA'.
Error in SensorArrayTaperingExample (line 31) helperCompareResponses(taperedULA,ula, ...
I cannot find any documentation of this command
Dave Wells dew@unb.ca
  댓글 수: 1
Guillaume
Guillaume 2018년 4월 24일
Most likely (don't have the toolbox so can't check), that function is included as part of the example. Therefore, other than whatever comment is included in the m file, there won't be any documentation.

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

답변 (1개)

Guillaume
Guillaume 2018년 4월 24일
Most likely (don't have the toolbox so can't check), that function is included as part of the example. Therefore, other than whatever comment is included in the m file, there won't be any documentation.
If you change the current directory while running the example, then it is possible that the function is no longer visible to matlab. Make sure that you do not change the current directory or add the directory of the example to matlab's path.

카테고리

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