Looping through Cell array
이전 댓글 표시
Hi,
I have a cell array of symbols: sym = {'A','B','C'}. I have a function that takes in a symbol (say 'A') and produces a certain result. Right now I am manually feeding in the symbol nmaes to the function. Is there a way to loop through the items of the sym cell array and programatically feed in the symbol names to the function? Thanks
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Conversion에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!