Unrecognized function or variable 'scope'. error in matlab script
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Aly Said
el 10 de Mayo de 2025
Respondida: Walter Roberson
el 10 de Mayo de 2025
I run a simulink file that tunes pid controllers to obtain their optimal gains.
The simulation will go on for 20 seconds and I need to extract the time in variable "tout" which is taken from "Tmodel"
the following lines are responsible for my task:
set_param('AGC_2_Simulink_RLC1_10may25c','Solver','ODE113')
sim('AGC_2_Simulink_RLC1_10may25c', Tmodel);
tout = scope(:,1);
but I get this error: "Unrecognized function or variable 'scope'." for the last line.
Kindly I need help
0 comentarios
Respuesta aceptada
Walter Roberson
el 10 de Mayo de 2025
The model probably has "single simulation output" configured for it; https://www.mathworks.com/help/simulink/slref/simulink.simulationoutput.html
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre General Applications en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!