⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 char.m

📁 这是支持在MATLAB中进行四元数(哈密顿数)的工具箱
💻 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 + -