1.matlab画图(plot)颜色和线条
https://blog.csdn.net/xiaotao_1/article/details/79100163?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-1.control&depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-1.control
2.MATLAB图形句柄
https://blog.csdn.net/daaikuaichuan/article/details/77801780
注意gcf,gca和get(gca,'Children')的区别
学会查看其中能改的属性,直接输出或者在属性查看器中查看即可
3.最基本的使用:Matlab画图plot(X1,Y1,'b -',x1,y1,'ro','MarkerFaceColor','r')
https://www.cnblogs.com/littlemasterDa/p/6875173.html
4.matlab选中图中多组变量属性
https://jingyan.baidu.com/article/39810a23c73da1f736fda6cc.html
利用元胞数组,元胞数组理解见下
https://blog.csdn.net/wanjiac/article/details/99771317
2h50m写完showadjust代码