📄 fprintf.m
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -