Everytime i type in editor window, nothing comes out of the command window.
Mostrar comentarios más antiguos
Everytime i type in editor window, nothing comes out of the command window. For example when i type x = 3 it just goes to the next line and command window doesn't say the answer.
1 comentario
Dyuman Joshi
el 15 de Mzo. de 2023
You need to run your script to execute whatever code you have written. There's a green triangle on the Editor panel, beneath which 'Run' is written, pressing that will run your script.
However, that won't guarantee the value of any variable to be displayed on the command window, if you have suppressed the output by using a semi-colon. You need to type the variable name and press enter to find the assigned value.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Startup and Shutdown 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!