- @
@ 除了作为函数句柄,类文件夹的名字以@符号打头。
D:\2021.04-new\matcode\+matmr\@Microstr - ...
连续3个“.”表示续行符,当需要注释掉其中某行只需在指定语句前加续行符。 - +
matlab包的文件夹名字以+符号打头。
D:\2021.04-new\matcode\+matmr\+Physmodel - ~
可表示忽略某参数,作为函数调用中输出参数的占位符。
[~,b] =find(sta_radius>10); % ignore row index only return column index
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。