contents.m

来自「张量分析工具」· M 代码 · 共 20 行

M
20
字号
% @TENMAT%% Files%   ctranspose - Complex conjugate transpose for tenmat.%   disp       - Command window display of a matricized tensor (tenmat).%   display    - Command window display of a tenmat.%   double     - Convert tenmat to double array.%   end        - Last index of indexing expression for tenmat.%   minus      - Binary subtraction (-) for tenmat.%   mtimes     - Multiplies two tenmat objects.%   norm       - Frobenius norm of a tenmat.%   plus       - Binary addition (+) for tenmat. %   size       - Size of tenmat.%   subsasgn   - Subscripted assignment for tenmat.  %   subsref    - Subscripted reference for tenmat.%   tenmat     - Create a matricized tensor.%   tsize      - Tensor size of tenmat.%   uminus     - Unary minus (-) for tenmat.%   uplus      - Unary plus (+) for tenmat.

⌨️ 快捷键说明

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