1. @
    @ 除了作为函数句柄,类文件夹的名字以@符号打头。
    D:\2021.04-new\matcode\+matmr\@Microstr
  2. ...
    连续3个“.”表示续行符,当需要注释掉其中某行只需在指定语句前加续行符。
  3. +
    matlab包的文件夹名字以+符号打头。
    D:\2021.04-new\matcode\+matmr\+Physmodel
  4. ~
    可表示忽略某参数,作为函数调用中输出参数的占位符。
[~,b] =find(sta_radius>10); % ignore row index only return column index

aha
4 声望0 粉丝