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://jp.mathworks.com/matlabcentral/fileexchange/42808-macopen), MATLAB Central File Exchange. に取得済み.

カテゴリ

Help Center および MATLAB AnswersSearch Path についてさらに検索

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.0.0.2

Fixing the file.

1.0.0.1

Updated license

1.0.0.0