Skip to content

CarawaySeed42/MatlabConsoleGUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MatlabConsoleGUI

A user interface that acts as a MATLAB console window

What is this for

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.

Things to know

  • 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

Why was this created

  • For fun
  • For people who use Matlab as a calculator

Binaries

A compiled version of the GUI is included in this repository.
To run it, you need the Matlab Runtime for version 2019b

Example

  • 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];
GUI_Input_Example

About

A user interface that acts as a MATLAB console window

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages