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

 Akzeptierte Antwort

Azzi Abdelmalek
Azzi Abdelmalek am 25 Mai 2015
Bearbeitet: Azzi Abdelmalek am 25 Mai 2015

1 Stimme

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

Weitere Antworten (1)

Kategorien

Community Treasure Hunt

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

Start Hunting!

Translated by