Effacer les filtres
Effacer les filtres

A Terminal User Interface (TUI) for a Matlab application

3 vues (au cours des 30 derniers jours)
Santtu Söderholm
Santtu Söderholm le 13 Mar 2022
Hello.
Out of curiosity, does Matlab make it possible to write a Terminal User Interface (TUI) for an application? Even interfacing with Matlab from another language to make this possible would be acceptable. I would prefer this over a Graphical User Interface for work which does not require visualizing things, as it would be simpler to do remote work via SSH and not have to bother with VNC and the like.
  1 commentaire
Nivedita
Nivedita le 8 Déc 2023
Modifié(e) : Nivedita le 8 Déc 2023
Could you tell about the type of application? WIll it be a standalone application?

Connectez-vous pour commenter.

Réponses (1)

VINAYAK LUHA
VINAYAK LUHA le 9 Jan 2024
Modifié(e) : VINAYAK LUHA le 9 Jan 2024
Hi Santtu,
I understand that you wish to build a terminal user interface for a MATLAB application.
Since the functional requirements of the application is scarce. I assume that you want to have the basic functionality of being able to interface your application with OS specific languages like shell/powershell or with any other programming language,Further you may also want to be able to call and pass parameters to MATLAB functions, retrive output from them etc.
Following are some ways to achieve the above objective:
  1. For interfacing with OS specific languages such as shell/powershell you may use the MATLAB startup options to invoke MATLAB code from shell/powershell, this works even with the MATLAB GUI disabled. More info regarding this method can be found in this documentation- https://www.mathworks.com/help/matlab/matlab_env/startup-options.html
  2. For interfacing with languages such as C/Java and Python you may use MATLAB Engine and APIs for these language, more details on how to accomplish the previous can be found in the following documentation https://www.mathworks.com/help/matlab/external-language-interfaces.html
Hope this answers your query on how to build a terminal based user interface for an application.
Regards,
Vinayak Luha

Catégories

En savoir plus sur Environment and Settings dans Help Center et File Exchange

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by