Editor doesn't show what I write in comman

4 visualizzazioni (ultimi 30 giorni)
lior
lior il 28 Lug 2024
Modificato: Stephen23 il 28 Lug 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 Commenti
Torsten
Torsten il 28 Lug 2024
If you want to save your code, you have to write in the editor, not in the command window.
Stephen23
Stephen23 il 28 Lug 2024
Modificato: Stephen23 il 28 Lug 2024
These tutorials are a good place to learn how to use MATLAB (including the language and IDE):

Accedi per commentare.

Risposte (1)

Image Analyst
Image Analyst il 28 Lug 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.

Categorie

Scopri di più su Environment and Settings in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by