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