Skip to content

A calculator app made programmatically in MATLAB. To use this app, create a new blank project, add the .m files from this repository to the project files, and then run by either: (1.) Opening 'CalculatorApp.m' and pressing the run button found in the editor tab, or (2.) type 'myCalculator = CalculatorApp();' in the command window.

License

Notifications You must be signed in to change notification settings

DavidRichardson02/MATLAB_Calculator_Project

Repository files navigation

A calculator app made programmatically in MATLAB. To use this app, create a new blank project in MATLAB, add all of the .m files from this repository to the project files so that they are all in the same folder, and then run by either: (1.) Opening 'CalculatorApp.m' and pressing the run button found in the editor tab, or (2.) type 'myCalculator = CalculatorApp();' in the command window.

          NOTE: Does NOT contain functionality for: any conversion of units, any sort of grid layouts(and by extension automatic 
          space partitions for components and their interface elements, meaning they are positioned by hard coded values here), plus a ton of quality of life stuff.

Screenshot 2024-03-25 at 12 34 04 AM

Screen.Recording.2024-03-25.at.12.44.33.AM.mov

About

A calculator app made programmatically in MATLAB. To use this app, create a new blank project, add the .m files from this repository to the project files, and then run by either: (1.) Opening 'CalculatorApp.m' and pressing the run button found in the editor tab, or (2.) type 'myCalculator = CalculatorApp();' in the command window.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages