How can I extract a sub matrix B from a matrix A??
1 回表示 (過去 30 日間)
古いコメントを表示
Sir, I have a two dimensional matrix of dimension 129*135 say A(129,135) and the elements are basically for x-y plot where x=66.5:0.25:100 (129 POINTS); y=6.5:0.25:38.5 (135 POINTS); Now I want a sub matrix say for x=70:0.25:75 (21 POINTS) and y=20:0.25:25 (21 POINTS); say B(21,21). How can I get this new matrix B from the matrix A.Please help
2 件のコメント
Christiaan
2015 年 8 月 5 日
Dear Sir,
How would you like to construct a matrix A from two vectors?
Kind regards, Christiaan
採用された回答
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Logical についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!