FSplit
by Stead Kiger
21 Dec 2006
(Updated 22 Jul 2009)
FSPLIT splits a multifunction m-file into many single function m-files
|
Watch this File
|
| File Information |
| Description |
FSPLIT splits a multifunction m-file into many single function m-files.
FSPLIT(SOURCEFILE) reads the multifunction m-file SOURCEFILE and writes a new m-file for each function in SOURCEFILE into the current directory, splitting the SOURCEFILE by functions. If no path is specified for the source file, it is read from the current directory or from the Matlab path, in that order.
FSPLIT(SOURCEFILE, TARGETDIR) writes the individual functions in SOURCEFILE into the directory TARGETDIR.
Example:
>> FSplit('ver.m','.\test')
FSplit reading file C:\MATLAB\toolbox\matlab\general\ver.m
Writing function ver.m ... finished
Writing function fixarg.m ... finished
Writing function LocParseContentsFile.m ... finished
Writing function LocDisplayMatlabInformation.m ... finished
Writing function sort_toolbox_list.m ... finished
Writing function display_toolbox_list.m ... finished
Writing function remove_unwanted_entries.m ... finished
Writing function disp_single_toolbox.m ... finished
Writing function LocCleanDate.m ... finished
FSplit finished. |
| Acknowledgements |
The author wishes to acknowledge the following in the creation of this submission:
SplitFunctions
|
| MATLAB release |
MATLAB 7.0.4 (R14SP2)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 22 Jul 2009 |
Under threat of file removal, changed license from GPL to BSD. |
|
Contact us at files@mathworks.com