How do i import data from a function ?
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
My function asks for a choice between 2 specific options :
disp('1. No Wall');
disp('2. Two-Side Wall');
coursetype=input('Choose one of the above:');
I want to extract the data in coursetype and use it in a normal m file , how do i do that?
The coursetype is also not the output for this particular function , it is just a option to vary the kind of output in the graph.
댓글 수: 0
답변 (2개)
이 질문은 마감되었습니다.
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!