Editor doesn't show what I write in comman

3 visualizaciones (últimos 30 días)
lior
lior el 28 de Jul. de 2024
Editada: Stephen23 el 28 de Jul. de 2024
Just as the title says, I type all my requirements for HB in the command section but the editor doesn't show any of my commands, when I try to save the page it just shows a blank command and editor sections, please help
  2 comentarios
Torsten
Torsten el 28 de Jul. de 2024
If you want to save your code, you have to write in the editor, not in the command window.
Stephen23
Stephen23 el 28 de Jul. de 2024
Editada: Stephen23 el 28 de Jul. de 2024
These tutorials are a good place to learn how to use MATLAB (including the language and IDE):

Iniciar sesión para comentar.

Respuestas (1)

Image Analyst
Image Analyst el 28 de Jul. de 2024
If you type commands in the command window, the statements are not saved to a file. You can see and recall them by typing the up arrow on the keyboard if your cursor is in the command window.
If you want to save your commands to an .m or .mlx file, you need to create an editor window and type your program in there and then save the file. I believe it will ask you to save it when you click the green Run triangle on the tool ribbon to try to run your program.
Exactly what did you do when you tried to "save the page"? What exactly was "the page"? What commands to tool ribbon items did you type or click on to try to save "the page"? Was the "page" either the text in the editor window or command window, or was it a screenshot of the whole MATLAB interface? In Windows you can type Alt-Printscreen on the keyboard to save the current application's window into the clipboard. Regardless of what you did, I don't think trying to save something would erase/clear both the command window and the editor window, so you'll have to give us the exact steps you did so we can try to reproduce that unexpected behavior.

Categorías

Más información sobre Environment and Settings en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by