Recently Posted




Notice: SSI.php was unable to load a session! This may cause problems with logout and other functions - please make sure SSI.php is included before *anything* else in all your scripts! in /home/tutorial/public_html/mathforum/SSI.php on line 155
« more
pack »

files by extension.
NAME where NAME must contain a string, does different things
depending on the type of the object named by that string:

Type Action
—- ——
variable named array in Array Editor
.mat file MAT file; store variables in a structure in the workspace
.fig file figure in Handle Graphics
.m file M-file in M-file Editor
.mdl file model in SIMULINK
.p file the matching M-file if there is one
.html file HTML document in Help Browser

works similar to LOAD in the way it searches for files.

If NAME exists on MATLAB path, file returned by WHICH.

If NAME exists on file system, file named NAME.

Examples:

(’handel’) error if handel.mdl, handel.m, and handel
are not on the path.

(’handel.mat’) error if handle.mat is not on path.

(’d:\temp\data.mat’) error if data.mat is not in d:\temp.

is user-extensible. To a file with the extension “.XXX”,
calls the helper function OPENXXX, that is, a function
named ‘’, with the file extension appended.

For example,
(’foo.m’) calls openm(’foo.m’)
foo.m calls openm(’foo.m’)
myfigure.fig calls openfig(’myfigure.fig’)

You can create your own OPENXXX functions to change the way standard
file types are handled, or to set up handlers for new file types.
will call whatever OPENXXX function it finds on the path.

Special cases:
for workspace variables, calls OPENVAR
for image files, calls OPENIM

If there is no matching helper function found, calls OPENOTHER.

See also saveas, which, load, uiopen, uiload, path.

Overloaded methods
help scribehandle/.m
help serial/.m

Tags: ,


Related posts

You may be the one to comment first. Please leave your message below.