MACOPEN

MACOPEN can be used to open a file or directory outside MATLAB on Mac OSX

이 제출물을 팔로우합니다

MACOPEN FILENAME opens the file or directory FILENAME using the OPEN terminal command. Similar to the WINOPEN windows function in MATLAB.

% Examples:
%
% If you have Microsoft Word installed, then
% macopen('/myDoc.docx')
% opens that file in Microsoft Word if the file exists, and errors if it doesn't.
%
% macopen('/Applications')
% opens a new Finder window, showing the contents of your /Applications folder.

인용 양식

Varun Gandhi (2026). MACOPEN (https://kr.mathworks.com/matlabcentral/fileexchange/42808-macopen), MATLAB Central File Exchange. 검색 날짜: .

카테고리

Help CenterMATLAB Answers에서 Search Path에 대해 자세히 알아보기

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.0.0.2

Fixing the file.

1.0.0.1

Updated license

1.0.0.0