- Support dynamic creation and destruction of matrices of any size.
- Support Core Operations:
- addition.
- subtraction.
- multiplication.
- transpose.
- division.
- Support sub matrix extraction using range or excluding range.
- Process input user commands and show results directly.
- Process input file, show each step result then exit.
- Using C/C++
- Any C/C++ IDE
- g++ Compiler
#include "Matlab.h"
make