Posts Tagged ‘edit’
Using the Editor and Debugger with Classes
Referring to Class Files
Define classes in M-files just like scripts and functions. To use the editor or debugger with a class file, use the full class name. For example, suppose the file for a class, myclass.m is in the following location: Read More
Controlling Command Window Input and Output
The format Function
The format function controls the numeric format of the values displayed. The function affects only how numbers are displayed, not how MATLAB software computes or saves them. Here are the different formats, together with the resulting output produced from a vector x with components of different magnitudes. Read More
Working with Matrices in Matlab
Generating Matrices
MATLAB software provides four functions that generate basic matrices. Read More
Desktop Tools
This section provides an introduction to MATLAB’s desktop tools. You can also use MATLAB functions to perform most of the features found in the desktop tools. The tools are: Read More
Tags: addpath, array, break, cd, clear, Command History, Command Window, Debugger, delete, demo, diary, dir, Directory Browser, edit, Editor, end, for, format, full, Functions, Graphical user interface, help, help browser, if, inf, info, Launch Pad, load, m-files, magik, matlab, matlab functions, MATLAB related, matlab users, mean, more, open, path, quit, rem, return, rmpath, save, session, sign, stem, title, variables, which, while, workspace
open
OPEN Open files by extension.
open NAME where NAME must contain a string, does different things
depending on the type of the object named by that string: Read More
edit
edit Edit M-file.
edit FUN opens the file FUN.M in a text editor. FUN must be the
name of an m-file or a MATLABPATH relative partial pathname (see
PARTIALPATH). Read More
Tags: axis, edit, Editor, for, help, if, load, matlab, matlab functions, matlabpath, open, partialpath, path, ver
delete
delete Delete file or graphics object.
delete file_name deletes the named file from disk. Wildcards
may be used. For example, delete *.p deletes all P-files from the
current directory. Read More