Mouseover text to see original. Click the button below to return to the English version of the page.
Note: This page has been translated by MathWorks. Click here to see
To view all translated materials including this page, select Country from the country navigator on the bottom of this page.
Translate This Page
MathWorks Machine Translation
The automated translation of this page is provided by a general purpose third party translator tool.
MathWorks does not warrant, and disclaims all liability for, the accuracy, suitability, or fitness for purpose of the translation.
str = mat2str(A) converts fi object A to
a string representation. The output is suitable for input to the eval function such that eval(str) produces
the original fi object exactly.
str = mat2str(A, n) converts fi object
A to a string representation using n bits
of precision.
str = mat2str(A,
'class') creates a string representation with the name
of the class of A included. This option ensures
that the result of evaluating str will also contain
the class information.
str = mat2str(A, n,
'class') uses n bits of precision and
includes the class of A.
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.