Matlab Shortcuts Creator

버전 1.0.0.0 (6.92 KB) 작성자: Olivier
This function enables you to generate shortcuts to open external files
다운로드 수: 2K
업데이트 날짜: 2007/3/20

라이선스 보기

This function generates shortcuts that enable you to launch files from the MATLAB® interface.

Syntax
>> make_shortcuts
>> make_shortcuts(ext)
>> make_shortcuts(ext,subdir)
>> sc = make_shortcuts

Description
make_shortcuts browse the directory where the function is stored look for
all PPT files under <subdirectory>\.

make_shortcuts(subdir) has the same behavior except that it will look for ext files under <subdirectory>.

make_shortcuts(ext,subdir) has the same behavior except that it will look for files under <subdirectory>\subdir that have the extension ext.

sc = make_shortcuts perform the same actions as the first syntax plus returns all the shortcuts codes for all directories.

How to use it?
Simply save the function file make_shortcuts.m in a directory that contains several directories with files under. Then call the function as shown above.

This function has been tested under R2006a, R2006b and R2007a.

인용 양식

Olivier (2024). Matlab Shortcuts Creator (https://www.mathworks.com/matlabcentral/fileexchange/14339-matlab-shortcuts-creator), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2007a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Search Path에 대해 자세히 알아보기

Community Treasure Hunt

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

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