FSplit

버전 1.1.0.0 (3.2 KB) 작성자: Stead Kiger
FSPLIT splits a multifunction m-file into many single function m-files
다운로드 수: 1.6K
업데이트 날짜: 2009/7/22

라이선스 보기

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.

인용 양식

Stead Kiger (2024). FSplit (https://www.mathworks.com/matlabcentral/fileexchange/13467-fsplit), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R14SP2
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Audio and Video Data에 대해 자세히 알아보기
도움

받음: SplitFunctions

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.1.0.0

Under threat of file removal, changed license from GPL to BSD.

1.0.0.0