How to access the minor of a matrix.
古いコメントを表示
If I have an n x n matrix, is there a way to access a smaller part of the matrix (thus yielding a smaller matrix) with arbitrary size? For instance, I have a randomly generated 32x32 matrix and I would like to access the 16x16 block in the lower right. I suppose I could simply access the entries I want but that seems inefficient, particularly as my matrix sizes increase.
3 件のコメント
Matt J
2013 年 6 月 5 日
What is the difference between this:
is there a way to access a smaller part of the matrix (thus yielding a smaller matrix) with arbitrary size
and accessing the entries:
I suppose I could simply access the entries I want but that seems inefficient, particularly as my matrix sizes increase.
Jan
2013 年 6 月 5 日
What exactly seems inefficient?
Hayashi
2013 年 6 月 5 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Matrix Indexing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!