系统命令
以编程方式与操作系统和 MATLAB® 应用程序交互
函数
设置
主题
- Access and Modify Settings
Access and modify options for tools such as fonts and colors using settings.
- Create Custom Settings
Create custom settings to programmatically store and access data across sessions.
- Shell Escape Function Example
Call external programs by issuing operating system commands.
- 运行外部命令、脚本和程序
使用
!
字符调用操作系统命令。在系统路径以外运行 UNIX 程序。 - Change Environment Variable for Shell Command
This example shows how to substitute a user-specified value for an environment variable value set by MATLAB when you call a function using the
system
command.