array of ints to cell array of strings?

2 vues (au cours des 30 derniers jours)
Leor Greenberger
Leor Greenberger le 14 Oct 2011
I was wondering what is the best way to convert an array of integers to a cell array of strings?
Thanks.

Réponse acceptée

Fangjun Jiang
Fangjun Jiang le 14 Oct 2011
a=magic(5)
b=mat2cell(a,ones(size(a,1),1),ones(size(a,2),1))
c=cellfun(@num2str,b,'uni',false)

Plus de réponses (0)

Catégories

En savoir plus sur Data Types dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by