to use string printed in cammand window in matlab code
이전 댓글 표시
I want to use a string that is printed in the cammand window in my matlab code, how is that possible??
댓글 수: 1
Image Analyst
2013년 9월 10일
편집: Image Analyst
2013년 9월 11일
How did it get there? Did you type it in, or did your m-file generate it? Can you just highlight it, copy it, then paste it into your MATLAB code in your m-file?
답변 (1개)
Walter Roberson
2013년 9월 10일
0 개 추천
Have a look at evalc()
카테고리
도움말 센터 및 File Exchange에서 File Operations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!