hi all,
I had a 3d array <1x1x146226> I want to convert this array into <1x146226> to plot it. Can anyone tell me how to do it.
Thanks and humble Regards

 채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2015년 5월 25일
편집: Azzi Abdelmalek 2015년 5월 25일

1 개 추천

if a is your array
out=a(:)'
You can also use reshape for more general cases

추가 답변 (1개)

카테고리

도움말 센터File Exchange에서 Data Type Conversion에 대해 자세히 알아보기

질문:

2015년 5월 25일

편집:

2015년 5월 25일

Community Treasure Hunt

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

Start Hunting!

Translated by