MACOPEN

MACOPEN can be used to open a file or directory outside MATLAB on Mac OSX
879 download
Aggiornato 10 ago 2020

Visualizza la licenza

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.

Cita come

Varun Gandhi (2026). MACOPEN (https://it.mathworks.com/matlabcentral/fileexchange/42808-macopen), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2012a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Search Path in Help Center e MATLAB Answers
Versione Pubblicato Note della release
1.0.0.2

Fixing the file.

1.0.0.1

Updated license

1.0.0.0