run matlab help function_name from terminal
조회 수: 4 (최근 30일)
이전 댓글 표시
Dear Community,
I am trying to execute matlab help command for a function from terminal. The command can be easily executed from the MATLAB application, however it does not execute in terminal.
If I try -
matlab help function_name
then it starts the application.

If I try -
matlab -nodisplay -nodesktop help function_name
then it starts matlab on terminal.

But in none the cases result for help is printed.
In MATLAB Command window it prints the expected result (shown below). And I want to ask how can we get this in the terminal ?

댓글 수: 0
답변 (1개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!