Struct contents reference from a non-struct array object in yout.getElement
Mostrar comentarios más antiguos
sim('pmu_3ph.slx');
vsignal= yout.getElement('VC_line');
t= vsignal.Values.Time;
v= vsignal.Values.Data;
ERROR:
Struct contents reference from a non-struct array object.
Error in LMSFunda (line 19) vsignal= yout.getElement('VC_line');
VC_line is a sinusoidal wave generated in my simulink model and it is attached to Out1 sink which i am trying to import to my program.
In workspace yout is 7254x1 double.
Please help me why this problem is coming and what can be done.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Simulink en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!