matlab 【命令】

// clc 清除命令窗口的代码

//format short 或者 format long :输出小数点的长度

//format compact : 输出紧凑
命令
 1 //edit :编译窗口打开
 2 
 3 //figure :图型界面打开
 4 
 5 //guide :  GUI界面
 6 
 7 //who :变量显示
 8 
 9 //whos :变量详情
10 
11 //whos a :a的变量详情
edit guide figure

 

posted @ 2018-03-26 19:20  Justice-V  阅读(90)  评论(0)    收藏  举报