在Matlab中切掉方阵的一部分
Matlab中是否有内置函数可以删除方阵的第K行和第K列?
希望从图中可以清楚地看出:
alt text http://img121.imageshack.us/img121 /8145/cutmatrix.png
Is there an inbuilt function that removes the Kth row and column of a square matrix in Matlab?
Hope it's clear from the diagram:
alt text http://img121.imageshack.us/img121/8145/cutmatrix.png
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这里有两个简单的解决方案:
或者:
Here are two simple solutions:
or:
如果您想更频繁地使用此操作,创建一个函数是一个好主意。
If you want to use this operation more often, creating a function is a good idea.
不是内置函数,但下面的行可以解决这个问题:
Not a builtin function, but the following line does the trick: