Hello,
i have tried the demo program "Bode Plot of Dynamic System", but it doesn't work.
The error message is "warning: Error occurred while evaluating listener callback".
Attempt to execute SCRIPT norm as a function:
C:\Users\mji\Documents\MATLAB\norm.m
Error in freqfocus>LocalAdjustFocus (line 343)
if isnan(userFocus(2)) && norm(linDelay,1)>0
Error in freqfocus (line 73)
Focus = LocalAdjustFocus(Focus,UserFocus,Grade,w,mag,linDelay,Ts,nLF,nHF);
Error in ltipack.ltidata/freqresp (line 74)
FocusInfo = freqfocus(Focus,Grade,w,mag.*exp(1i*ph),z,p,Ts,linDelay,[]);
Error in resppack.ltisource/magphaseresp (line 33)
[mag,phase,w,FocusInfo] = freqresp(SysData(ct),grade,wspec,true);
Error in wavepack.waveform/draw (line 25)
feval(this.DataFcn{:});
Error in wrfc.plot/draw (line 17)
draw(wf)
Error in wrfc.plot/init_listeners>LocalRefreshPlot (line 79)
draw(this)
Could you help me to solve this problem?
Best regards
Ming

 Respuesta aceptada

Star Strider
Star Strider el 12 de Ag. de 2019

0 votos

Re-name your ‘norm’ function to something that does not conflict with the name of any MATLAB function.

2 comentarios

Ming Jia
Ming Jia el 12 de Ag. de 2019
Cheers! It is solved :)
Star Strider
Star Strider el 12 de Ag. de 2019
Great!

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Preguntada:

el 12 de Ag. de 2019

Comentada:

el 12 de Ag. de 2019

Community Treasure Hunt

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

Start Hunting!

Translated by