How can I convert a 666by3 matrix into 666 row matrices?
6 ビュー (過去 30 日間)
古いコメントを表示
I have a matrix that is taking the lidar data. Now the matrix contains 666 rows and 3 columns. I want to further process this data and for that I need to convert it into 666 rows matrices with 3 columns each. Can anyone help me out with it as I am just a beginner and not very good with MATLAB.
1 件のコメント
Dyuman Joshi
2023 年 9 月 26 日
Why do you need to convert?
It would be much more efficient to use indexing to access the data.
採用された回答
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Downloads についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!