请英语高手翻译以下以下段落

来源:百度知道 编辑:UC知道 时间:2024/05/09 09:04:03
[S,ERRMSG] = SPRINTF(FORMAT,A,...) formats the data in the real
part of matrix A (and in any additional matrix arguments), under
control of the specified FORMAT string, and returns it in the
MATLAB string variable S. ERRMSG is an optional output argument
that returns an error message string if an error occurred or an
empty matrix if an error did not occur. SPRINTF is the same as
FPRINTF except that it returns the data in a MATLAB string
variable rather than writing it to a file.

[硫, ERRMSG ] = SPRINTF (格式, ,...)格式中的数据实时
矩阵A的一部分(在任何其他矩阵论点) ,在
控制指定的格式字符串,并返回它
MATLAB的字符串变量南ERRMSG是一个可选的输出参数
返回的错误信息的字符串,如果发生错误或
空基如果出现错误并没有出现。 SPRINTF是一样的
FPRINTF但它传回的数据在MATLAB的字符串
变量,而不是写入一个文件。