What is the interface of matlab software?
This article is about what the matlab software interface is like. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.
The image above is the default interface after matlab2018 installation. Of course, the layout may be different. It is composed of menu bar and toolbar, work path, editor window, command line window, history and workspace.
1. Menu bars and toolbars: common operations and tool display
two。 Current path: shows where the current matlab code is saved and what files and folders are under the path
3. Editor: where the code is written
4. Command line window: a place where simple code is written and run results are displayed
5. History: record all commands and code after matlab startup
6. Workspace: displays variables and variable values, dimensions and other information.
Here are some common places.
Menu bar: home page component: can be roughly divided into the following sections.
File opening, new, compare
Data import and export (usually in mat format)
Code efficiency analysis
Work interface layout settings, work path settings
Matlab online help.
Menu bar: editor module
File open, close, save, document comparison
Code formatting, comments and indentation
Run the code
Thank you for reading! This is the end of the article on "what the matlab software interface is like". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, you can share it for more people to see!