https://blog.youkuaiyun.com/yizhou2010/article/details/50379398 GUI的工作原理及流程
------介绍matlab程序开始部分的程序
folder_name =
uigetdir
(start_path)
显示位于文件夹 start_path
内部的文件夹。
cd(directory) 是将matlab当前搜索路径设置为由字符串变量directory指定的路径。
strcat: 连接字符串的函数
http://www.cnblogs.com/xingshansi/articles/6477185.html matlab调试方法
imagesc(A):将矩阵A中的元素数值按大小转化为不同颜色,并在坐标轴对应位置处以这种颜色染色