Borrar filtros
Borrar filtros

Hello everyone, I have a problem in simulink

1 visualización (últimos 30 días)
Niharika Pantawane
Niharika Pantawane el 13 de Jul. de 2017
Comentada: Naty Shemer el 13 de Jul. de 2017
I have written a code in Matlab and that is running well but when i am linking it with Simulink i am not able to see the output in Scope. I have tried a lot but not getting output and there is no error in the code as well as in simulink compilation. I am attaching my file here.

Respuesta aceptada

Naty Shemer
Naty Shemer el 13 de Jul. de 2017
Hey,
I have ran your script. The output is 0 and that's was shown in the scope. You defined the output "a" as always 0. That's probably not what you meant..
Naty
  2 comentarios
Niharika Pantawane
Niharika Pantawane el 13 de Jul. de 2017
Thanks for replying. I want to plot y in scope. Can you help me out
Naty Shemer
Naty Shemer el 13 de Jul. de 2017
If you want to plot y you need to output y from your matlab function. In your particular case just substitute
a=0;
by
a=y;

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Simulink Environment Customization en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by