mustBeValidVariableName
说明
示例
验证变量名称
使用 mustBeValidVariableName
函数来确保变量名称有效。
saveVariable
函数接受变量名称作为输入。如果变量名称不是有效名称,mustBeValidVariableName
将引发错误。
function saveVariable(fname,var) arguments fname string var string {mustBeValidVariableName} end save(fname,var); end
MATLAB® 变量名称不能以数字开头。尝试将 8data
用作变量会导致错误。
v = "8data"; saveVariable("myfile",v)
Error using saveVariable saveVariable("myfile",v) ↑ Invalid argument at position 2. Value must be valid variable name(s).
输入参数
varname
— 变量名称
字符串标量 | 字符向量 | cellstr
变量名称,指定为字符串标量、字符向量或字符向量元胞数组。
数据类型: char
| string
| cell
提示
mustBeValidVariableName
用于属性和函数参数验证。
版本历史记录
在 R2020b 中推出
MATLAB 命令
您点击的链接对应于以下 MATLAB 命令:
请在 MATLAB 命令行窗口中直接输入以执行命令。Web 浏览器不支持 MATLAB 命令。
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)