Convert Z dimension to X dimension

3 ビュー (過去 30 日間)
Anum Ahmed
Anum Ahmed 2019 年 9 月 30 日
回答済み: Adam 2019 年 9 月 30 日
I have an array of size (1000,1,5) elements. I want to append all the Z dimension elements to the X dimension. As in, I want to convert the array to (5000,1) elements. How should I do it?
Many Thanks
Anum

採用された回答

Adam
Adam 2019 年 9 月 30 日
myArray(:)
will do for that kind of reshape, where myArray is obviously the array you start with.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMatrices and Arrays についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by