How to make a list out of an array with cells containing strings and give them new values from another list built on the same principle?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
studentdavid
le 4 Juil 2016
Commenté : studentdavid
le 5 Juil 2016
Hi!
I have this problem I need to rename some values in an array manually, the new values already exist in an other array, therefore I wonder if it is possible how to make a list of the first values and then rename them by picking values from the other array.
I have an idea of using listdlg to choose wich value to swap with the other value, is this possible and if so does anyone have a good way of doing this?`
Thanks David
0 commentaires
Réponse acceptée
Image Analyst
le 4 Juil 2016
Yes, using listdlg() to let the user select the strings to change is a good idea. Have you tried it?
2 commentaires
Plus de réponses (1)
Voir également
Catégories
En savoir plus sur Multidimensional Arrays 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!