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?
조회 수: 2 (최근 30일)
이전 댓글 표시
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
채택된 답변
Image Analyst
2016년 7월 4일
Yes, using listdlg() to let the user select the strings to change is a good idea. Have you tried it?
추가 답변 (1개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Multidimensional Arrays에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!