[转] Matlab

来源:互联网 发布:网络视听节目许可证 编辑:程序博客网 时间:2024/05/24 16:14

matlab中矩阵和向量的创建     http://www.cnblogs.com/haore147/p/3633050.html



提取矩阵中某一行的元素

b=a(1,:)

提取矩阵中某一列

b=a(:,1)

单个元素的替换

a(2,3)=-1



Matlab中数组元素引用——三种方法    http://www.cnblogs.com/haore147/p/3633032.html


A(8)
















原创粉丝点击