项目作者: jwt625
项目描述 :
Reverse Polish notation calculator within matlab.
高级语言: MATLAB
项目地址: git://github.com/jwt625/matlab-rpn.git
matlab-rpn
Reverse Polish notation calculator within matlab.
Motivations
- What’s reverse Polish notation: wikipedia
- RPN calculator is fast but expensive and lack of abundant functions
- I do calculations and estimations in matlab
- I want physical constants to be quickly available, such as in casio fx-991es-plus but even faster.
- unit conversions, such as Joule to eV
Usage
- clone the repo or copy the
rpn.m
file - add it to matlab path
- call
rpn
in matlab command line
Reference