run matlab help function_name from terminal
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1049750/image.png)
If I try -
matlab -nodisplay -nodesktop help function_name
then it starts matlab on terminal.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1049755/image.png)
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 ?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1049760/image.png)
0 Commenti
Risposte (1)
Vedere anche
Categorie
Scopri di più su Application Deployment in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!