Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
how to run the code using matlab
조회 수: 1 (최근 30일)
이전 댓글 표시
after doing debugging also i m not able to get through an output
댓글 수: 2
ES
2014년 1월 24일
If it is an m script, you can run it either by calling the name in the Command window or by clicking the play button in the editor window!
If it is a matlab function, you need to run it from the command window (with necessary inputs) or can run from the editor if it does not take any inputs!
To run from the command window, the path of the file must be in the Matlab Path!
Patrik Ek
2014년 1월 24일
I am not sure what you want here. Could you add relevant pieces of code or a relevant example?
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!