Calculator

A basic Arithmetic calculator with transcendental functions and presicion control
318 Downloads
Updated 16 Aug 2011

View License

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 (2024). Calculator (https://www.mathworks.com/matlabcentral/fileexchange/32503-calculator), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2010a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Characters and Strings in Help Center and MATLAB Answers
Tags Add Tags

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
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