How to replace name with number

Hello guys !!
I've a question for you. I got a cell array like that x = {'white' 'red' 'blue' 'yellow'}. My intention is to replace my cell array with a number vector, so that white become 1, red become 2.. and so on. How can i do that?
ty

Réponses (1)

Thorsten
Thorsten le 6 Oct 2016

0 votes

[~, ~, xnum] = unique(x, 'stable')

3 commentaires

Light.16
Light.16 le 6 Oct 2016
sorry sir..
but i did't understand :(
Light.16
Light.16 le 6 Oct 2016
which tipe of function is that? IT WORKS!!! :D but how did you do that =???
In matlab type
doc unique
to read its documentation

Connectez-vous pour commenter.

Catégories

En savoir plus sur Characters and Strings dans Centre d'aide et File Exchange

Commenté :

le 6 Oct 2016

Community Treasure Hunt

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

Start Hunting!

Translated by