0
Completed
use save and load
how to use the command save and load the data mp ?
more precisely as save sets of objects containing mp elements, then load them ?,
or such as saving array mp text and then load ?
Customer support service by UserEcho
1. The usual commands save/load works with "mp" variables:
Use them if you intend to load/save matrices on the same computer using the same version of MATLAB/toolbox.
2. If you want to transfer mp-matrices from one computer to another, it is better to convert it to text.
Toolbox provides two special commands for file I/O with preserving accuracy and cross-platforms compatibility:
Linearize n-diminsional array before saving: mp.write(A(:),'matrix.txt')