- 30
- 0
- 约 6页
- 2016-08-17 发布于重庆
- 举报
matlab上机练习(附答案)
以下两种说法对吗?
MATLAB进行数值的表达精度与其指令窗中的数据显示精度相同。
MATLAB指令窗中显示的数据有效位数不超过七位。
历史指令窗所记录的内容与diary指令所产生的“日志”内容有什么不同?
DIARY filename causes a copy of all subsequent command window input
and most of the resulting command window output to be appended to the
named file. If no file is specified, the file diary is used.
DIARY OFF suspends it.
DIARY ON turns it back on.
DIARY, by itself, toggles the diary state.
Use the functional form of DIARY, such as DIARY(file),
when the file name is stored in a string.
如何把用户自己的“工作目录”永久地设置在MATLAB的搜索路径上?“位于搜索路径上的目录”与“当前目录”在MATLAB中的功用相同吗?
如何向MATL
原创力文档

文档评论(0)