中文说明:1、函数文件+调用命令文件:需单独定义一个自定义函数的M文件。3、Inline:无需M文件,直接定义。5、Syms+subs: 无需M文件,直接定义。7、直接通过@符号定义。
English Description:
1. Function file + call command file: need to define a custom function m file. 3. Inline: it does not need m file, it can be defined directly. 5. Syms + subs: define directly without m file. 7. Defined directly by the @ symbol.