Calculator

A basic Arithmetic calculator with transcendental functions and presicion control

You are now following this Submission

Precision is user controlled.
Reset to erase previous calculation or result and start a new one.
If mistakenly pressed any operator like '+' ,then by pressing the desired operator afterwards will change the priority.
A continuous operation can be realized without pressing '=' in between.Only the end result will be shown.
Back acts as backspace erasing from right to left.
Computations like "a+b" or "a^b" can be realized by typing through keyboard.
EXIT will close the window.

Cite As

Infernal Rage (2026). Calculator (https://www.mathworks.com/matlabcentral/fileexchange/32503-calculator), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.4.0.0

1.3 new functions added..
2.Bug concerning "a(any operator)a" given through keyboard fixed.
3.To calculate nth root of a number,user can type through keyboard. for example : 2xroot3 typed and then pressing "=" will calculate cube root of 2.

1.3.0.0

Operations involving one operator like "a + b" can now be fed through keyboard and result will be generated upon pressing "=".This will not be the case for multiple operators like "a + b + c" etc..

1.2.0.0

1.Problems concerning A/B use which was not showing decimal form when pressed twice is resolved.
2.computations like a + b^2 + ln(c) .. can now be realized in a continuous way.
3. A/B can be used anytime,within operations or on result.

1.0.0.0