Create workspace file automatically.
이전 댓글 표시
Let's say I have:
a = {'one' 'two' 'three'};
b = [1 2 3];
I want each word create a file in workspace automatically and equal to number. Like:
one=1; two=2; three=3;
채택된 답변
추가 답변 (2개)
Walter Roberson
2011년 2월 10일
0 개 추천
This is generally considered poor programming and hard to maintain. Please see the FAQ answer on this topic for alternatives.
카테고리
도움말 센터 및 File Exchange에서 Whos에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!