A user interface that acts as a MATLAB console window
The Matlab console is a very useful replacement for calculators built into the OS.
This GUI tries to serve as a distributable user interface for people who use Matlab as their calculator or the plot simple graphs.
If you have Matlab installed on your computer and have a valid license then great, this program will not make your life too much easier.
But compiled as a Standalone Application you can give other people the ability to use simple Matlab functionality.
- As Standalone Application only built-in Matlab functionality can be used, if functions are not expclicitly included during compilation
- Matlab GUIDE Text Boxes are not very developer friendly, which made workarounds necessary in regards to text box scrolling
- For fun
- For people who use Matlab as a calculator
A compiled version of the GUI is included in this repository.
To run it, you need the Matlab Runtime for version 2019b
- Example image shows simple Matlab command that can be executed with the return key
- You can also define and use arrays or other multi dimensional objects - e.g. arr = [1, 2, 3 , 4];