📄 matload.htm
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<link rel="stylesheet" type="text/css" href="fdchelp.css">
<title>
FDC help: load utility MATLOAD.
</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
</head>
<body bgcolor="#DDDDDD"><div>
<h2>
Load utility <i>MATLOAD</i>
</h2>
<p><i>MATLOAD</i> is a Matlab function that loads Matlab datafiles into the workspace. By default it will search for *.<small>MAT</small> files, using the FDC data-directory as starting point. If that directory can't be found, MATLOAD will use the current working directory instead and display a warning message. It is possible to specify a default filename too; both filename and extension can be overruled in the load dialog window.</p>
<h3>Usage</h3>
<p><code>matload</code><br>
will open a dialog box with all available <small>MAT</small>-files in the used data-directory.</p>
<p><code>matload('filename')</code><br>
will do the same, except 'filename.mat' will be used as default filename (this can still be overruled by selecting a different file from the load dialog). Wildcards '?' and/or '*' may be used.</p>
<p><b>Note:</b> Specifying a non-existing filename as default <small>MAT</small>-file does not yield an error, unless one actually tries to open this non-existing file from the load dialog.</p>
<h3>Related utilities</h3>
<p>Other, similar, load utilities for the FDC toolbox are <i><a href="datload.htm">DATLOAD</a></i>, <i><a href="triload.htm">TRILOAD</a></i>, and <i><a href="linload.htm">LINLOAD</a></i>. These load functions are all based upon <i><a href="fdcload.htm">FDCLOAD</a></i>.</p>
</div></body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -