필터 지우기
필터 지우기

New Simulink error message in Matlab R2020b?

조회 수: 9 (최근 30일)
Jean-Jacques
Jean-Jacques 2020년 11월 11일
댓글: Fangjun Jiang 2020년 11월 13일
I'm getting the following error when I try to execute the Impedance Measurement tool from the powergui bloc:
" Error evaluating 'MaskDialog' callback of PSB option menu block block (mask) 'slx_file_name/ powergui'. Callback string is 'close_system(gcb) power_zmeter(bdroot(gcb),gcb)'
Dot indexing is not supported for variables of this type. "
Where "slx_file_name" is the name of the file containing my Simulink model.
This is a model I'm using for many years and never got any error message of this kind with previous versions of Matlab.
  댓글 수: 2
Jean-Jacques
Jean-Jacques 2020년 11월 13일
Does any one knows what is "dot indexing"?
Fangjun Jiang
Fangjun Jiang 2020년 11월 13일
Many times it refers to structure or properties of an object, e.g.
a.b=1;
S=Simulink.Signal;
S.Dimensions

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Simulation and Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by