Effacer les filtres
Effacer les filtres

Append cell column to a matrix

2 vues (au cours des 30 derniers jours)
Bubblesjinx
Bubblesjinx le 4 Oct 2017
Réponse apportée : Rik le 4 Oct 2017
I have a matrix AUC(3296x4) double, I need to append a cell column
condition = {'FaHPF','FaHPuF','FaHuPF','FaHuPuF','FaEPF','FaEPuF','FaEuPF','FaEuPuF','HoHPF','HoHPuF','HoHuPF','HoHuPuF','HoEPF','HoEPuF','HoEuPF','HoEuPuF'};
to this matrix AUC upto 16 rows and then repeat this same column after 16 rows. How can I do that?

Réponses (1)

Rik
Rik le 4 Oct 2017
You can't. A possible workaround is converting the whole matrix to a cell matrix (for which you can use the num2cell function).

Catégories

En savoir plus sur NaNs dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by