Clear Filters
Clear Filters

Editor doesn't show what I write in comman

40 views (last 30 days)
lior
lior on 28 Jul 2024 at 8:11
Edited: Stephen23 on 28 Jul 2024 at 15:19
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 Comments
Torsten
Torsten on 28 Jul 2024 at 10:31
If you want to save your code, you have to write in the editor, not in the command window.
Stephen23
Stephen23 on 28 Jul 2024 at 15:13
Edited: Stephen23 on 28 Jul 2024 at 15:19
These tutorials are a good place to learn how to use MATLAB (including the language and IDE):

Sign in to comment.

Answers (1)

Image Analyst
Image Analyst on 28 Jul 2024 at 14:29
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.

Products

Community Treasure Hunt

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

Start Hunting!