Al momento, stai seguendo questo contributo
- Vedrai gli aggiornamenti nel tuo feed del contenuto seguito
- Potresti ricevere delle email a seconda delle tue preferenze per le comunicazioni
Those of us who have a lot of The MathWorks' toolboxes find that every time we type "path" at the MATLAB command line, we have to scroll up several pages before we find what we're looking for.
Since most of the time we're interested in our own working directories, and since most of us don't do our work in directories under $matlabroot/toolbox, this function prints the (hopefully much shorter) list of directories which are on the MATLAB path but aren't inside $matlabroot/toolbox.
Just type:
>> mypath
to see those directories.
Alternatively, if you want to do something with the result, type:
>> p = mypath
to get the same list as a cell array of strings.
Cita come
Malcolm Wood (2026). mypath.m (https://it.mathworks.com/matlabcentral/fileexchange/10371-mypath-m), MATLAB Central File Exchange. Recuperato .
Riconoscimenti
Ispirato: exportToZip: Identifies the dependencies of an M-file and creates a ZIP file, exporttozip
Informazioni generali
- Versione 1.2.0.1 (1,54 KB)
Compatibilità della release di MATLAB
- Compatibile con qualsiasi release
Compatibilità della piattaforma
- Windows
- macOS
- Linux
