matproj(varargin)

버전 1.5 (13 KB) 작성자: Kevin Bartlett
Saves and loads Matlab "projects" in editor (currently-open files, working directory, search path).
다운로드 수: 1.9K
업데이트 날짜: 2016/5/17

라이선스 보기

This GUI-driven tool makes it easier to switch from task to task by allowing you to save the current state of your Matlab Editor session as a "project", for later re-loading.
A Matlab "project" consists of the m-files that are currently open in the Matlab Editor. Loading a project
returns the Matlab Editor to the state it was in when the project was saved, with the same m-files open to the same lines, the working directory set to that of the loaded project and the Matlab search path set back to its saved value.

인용 양식

Kevin Bartlett (2024). matproj(varargin) (https://www.mathworks.com/matlabcentral/fileexchange/41505-matproj-varargin), MATLAB Central File Exchange. 검색 날짜: .

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

Community Treasure Hunt

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

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

Added action ADD (user contribution from "Andres").

1.4.0.0

User "Andres" provided code for loading a matproj.mat file *without* closing the existing project. Incorporated this "ADD" functionality.

1.3.0.0

Fixed bug that caused path repair to fail on Windows machines.

1.2.0.0

Added code to repair path in the event of a Matlab upgrade; should prevent errors that have been cropping up.

1.1.0.0

Update fixes bug pointed out by David Brown--unmodified "untitled" files no longer cause matproj loading to fail.

1.0.0.0