이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
Makes a software package by lexically checking the dependencies of the specified m-file(s). Uses the lexdepfun.m function, rather than Mathwork's depfun.m program, so can be used for assembling packages for GUI applications (Matlab's depfun.m does not detect callback dependencies and in any case is somewhat unreliable).
Only user-defined m-files are included in the package created by lexmkpackage.m (Mathworks m-files are ignored).
M-files may be packaged in a set of sub-directories corresponding to the m-files' original locations (the default), in a single directory or combined into a single m-file. If packaged in sub-directories, the packaged m-files will be accompanied by an additional m-file called "package_path.m". Running package_path.m will result in the package's directories and sub-directories being added to Matlab's search path.
New version, June 2008: rewritten largely from scratch. Now handles class-definition directories ("@-directories").
인용 양식
Kevin Bartlett (2026). lexmkpackage (https://kr.mathworks.com/matlabcentral/fileexchange/16384-lexmkpackage), MATLAB Central File Exchange. 검색 날짜: .
