Effacer les filtres
Effacer les filtres

How to replace name with number

3 vues (au cours des 30 derniers jours)
Light.16
Light.16 le 6 Oct 2016
Commenté : Guillaume le 6 Oct 2016
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
[~, ~, xnum] = unique(x, 'stable')
  3 commentaires
Light.16
Light.16 le 6 Oct 2016
which tipe of function is that? IT WORKS!!! :D but how did you do that =???
Guillaume
Guillaume le 6 Oct 2016
In matlab type
doc unique
to read its documentation

Connectez-vous pour commenter.

Catégories

En savoir plus sur MATLAB Mobile Fundamentals 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