Azzera filtri
Azzera filtri

convert cell array to matrix

2 visualizzazioni (ultimi 30 giorni)
Fatin
Fatin il 10 Dic 2014
Commentato: Star Strider il 10 Dic 2014
I have a cell array of size 544 1 , how can I convert it to a matrix of dimension 151*101 without nan appear in the matrix?
  1 Commento
John D'Errico
John D'Errico il 10 Dic 2014
Um, magic?
You give us no hint at all what is in those cells. So how can we possibly know how to convert it into an array of totally different size and shape?

Accedi per commentare.

Risposta accettata

Star Strider
Star Strider il 10 Dic 2014
I doubt if you can.
A matrix of size (151x101) has 15251 elements. Your vector has 544 elements. You have to fill the extra 14707 elements with something, and NaN is probably the best option.
  4 Commenti
Fatin
Fatin il 10 Dic 2014
Thank you , I will try that.
Star Strider
Star Strider il 10 Dic 2014
My pleasure!

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Matrices and Arrays in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by