MATLAB Function Reference
  Go to function:
    Search    Help Desk 
edit

Edit an M-file

Syntax

Description

edit opens a new editor window.

edit fun opens the M-file fun.m in a text editor.

edit file.ext opens the specified text file.

edit class/fun, edit private/fun, or edit class/private/fun can be used to edit a method, private function, or private method (for the class named class.)



[ Previous | Help Desk | Next ]