fprintf.m

来自「这是支持在MATLAB中进行四元数(哈密顿数)的工具箱」· M 代码 · 共 15 行

M
15
字号
function count = fprintf(FID, format, A)% FPRINTF Write formatted data to file.% (Quaternion overloading of standard Matlab function.)%% Only one quaternion argument is permitted, unlike the standard% Matlab function. The FID parameter may be omitted, in which case% the output is sent to the standard output.%% The output is formatted with one quaternion per line of output.% Spaces are automatically inserted between each of the components% of each quaternion, and a \n is automatically inserted after each% quaternion value output. The format string supplied should therefore% not include spaces or \n.% Copyright 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?