Files
notes_estom/Matlab/教程/MATLAB1.md
yinkanglong_lab 30f583d779 项目经历整理
2021-04-06 23:30:37 +08:00

21 lines
632 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# > MATLAB操作界面
---
* **操作面板**
1. 文件目录(文件结构的显示)
2. 编辑器(打开的脚本文件)
3. 命令行窗口(用于随时操作数据)
4. 工作空间(用于储存变量的空间)
5. 命令历史记录(用于储存命令行中的数据)
6. 导航栏(主页、绘图、应用程序、编辑器、发布、视图)
> 使用tab键调节嵌套中的缩进问题。
* **辅助命令**
1. path搜索文件的目录
2. help path查看帮助
3. cdcurrent directory
4. userpath用户使用的路径
5. savepath保存路径