当前位置:网站首页>捡起MATLAB的第(3)天
捡起MATLAB的第(3)天
2022-04-23 15:54:00 【Sola_Ex】
Matlab
获取矩阵尺寸
使用的命令:
size(x);
返回 a行 b列矩阵
特殊矩阵
once() %全1矩阵
once() %n*n的全1矩阵
once(m,n) %m*n的全1矩阵
zeros() %全0矩阵
zeros(n) %n*n的全0矩阵
zeros(m,n) %m*n的全0矩阵
eye(n) %n*n的单位矩阵
矩阵翻转
fliplr(A) %左右翻转
flipud(A) %上下翻转
逆矩阵与伪逆矩阵
inv(A) %矩阵A的逆矩阵
pinv(A) %矩阵A的伪逆矩阵
矩阵的秩
rank(A) %获取矩阵A的秩
矩阵的迹
trace(A) %矩阵A的迹
矩阵的特征值与特征向量
eig(A) %特征值
[V,D] = eig(A) %特征向量
版权声明
本文为[Sola_Ex]所创,转载请带上原文链接,感谢
https://blog.csdn.net/qq_42312125/article/details/107454642
边栏推荐
- One brush 314 sword finger offer 09 Implement queue (E) with two stacks
- 运维流程有多重要,听说一年能省下200万?
- 基于 TiDB 的 Apache APISIX 高可用配置中心的最佳实践
- 腾讯Offer已拿,这99道算法高频面试题别漏了,80%都败在算法上
- Website pressure measurement tools Apache AB, webbench, Apache jemeter
- 一文掌握vscode远程gdb调试
- shell脚本中的DATE日期计算
- Accumulation of applet knowledge points
- CVPR 2022 quality paper sharing
- Treatment of idempotency
猜你喜欢
API IX JWT auth plug-in has an error. Risk announcement of information disclosure in response (cve-2022-29266)
One brush 314 sword finger offer 09 Implement queue (E) with two stacks
糖尿病眼底病变综述概要记录
How important is the operation and maintenance process? I heard it can save 2 million a year?
IronPDF for . NET 2022.4.5455
大厂技术实现 | 行业解决方案系列教程
MySQL - MySQL查询语句的执行过程
Cap theorem
MySQL - execution process of MySQL query statement
Spark 算子之distinct使用
随机推荐
CAP定理
Load Balancer
shell_2
MetaLife与ESTV建立战略合作伙伴关系并任命其首席执行官Eric Yoon为顾问
s16. One click installation of containerd script based on image warehouse
Temporal model: long-term and short-term memory network (LSTM)
幂等性的处理
Merging of Shanzhai version [i]
One brush 313 sword finger offer 06 Print linked list from end to end (E)
删除字符串中出现次数最少的字符
Why disable foreign key constraints
Compile, connect -- Notes
Pgpool II 4.3 Chinese Manual - introductory tutorial
Codejock Suite Pro v20. three
一文掌握vscode远程gdb调试
C language --- string + memory function
leetcode-396 旋转函数
Function summary of drawing object arrangement in R language
mysql乐观锁解决并发冲突
Config learning notes component