zoukankan      html  css  js  c++  java
  • matlab figure相关与元胞数组初理解

    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代码

  • 相关阅读:
    三个习题
    20 python--celery
    19 python --队列
    18 python --多线程
    17 python --多进程
    16 python --memcached
    15 python --redis
    14 python --mysql
    13 python --正则
    12 python --json
  • 原文地址:https://www.cnblogs.com/rinroll/p/14152610.html
Copyright © 2011-2022 走看看