您现在的位置是:首页 > 新闻 > 正文
matlab矩阵(matlab怎么设计出矩阵子图)
2022-09-20 08:57新闻
简介 x=input(A矩阵); y=input(B矩阵); subplot(511); plot(x(1,),y); subplot(513); plot(x(3,),y); subplot(515); plot(x(5,//p3.douyinpic.com/large/tos-cn-i-siecs4i2o7/e0dfd86cb74d453a878d01028b565b6f" height="162" width="206" /> MATLAB(矩阵实...
x=input('A矩阵');
y=input('B矩阵');
subplot(511);
plot(x(1,),y);
subplot(513);
plot(x(3,),y);
subplot(515);
plot(x(5,//p3.douyinpic.com/large/tos-cn-i-siecs4i2o7/e0dfd86cb74d453a878d01028b565b6f" height="162" width="206" />
MATLAB(矩阵实验室)是MATrix LABoratory的缩写,是一款由美国The MathWorks公司出品的商业数学软件。MATLAB是一种用于算法开发、数据可视化、数据分析以及数值计算的高级技术计算语言和交互式环境。除了矩阵运算、绘制函数/数据图像等常用功能外,MATLAB还可以用来创建用户界面及与调用其它语言(包括C,C++和FORTRAN)编写的程序。