char.m
来自「四元数matlab工具包」· M 代码 · 共 10 行
M
10 行
function str = char(q)% CHAR Create character array (string).% (Quaternion overloading of standard Matlab function.)% Note: the Matlab char function converts arrays of numeric values into% character strings. This is not what this function does, but the Matlab% guidance on user-defined classes suggests writing a char function and% a disp/display function. This advice has been followed.% Copyright
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?