I have an m file routine. How can I store the file along with its calling m file tree?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
JohnC
il 14 Mag 2016
Commentato: Image Analyst
il 14 Mag 2016
I have an m file routine. How can I save the m file along with its calling subroutines m file tree? I want to share my m code and the routine calls from the main routine. Another way to think of it is that I want to bundle the m file main routine with all its calling m file subroutines.
0 Commenti
Risposta accettata
Image Analyst
il 14 Mag 2016
In the Current folder window's title bar, look for a little down arrow in the upper right of the title bar. Click on that and select Reports->Dependency Report.
3 Commenti
Image Analyst
il 14 Mag 2016
We've all wondered the same thing. I mean, could they make it any more hard to find?!?!?
Più risposte (3)
Azzi Abdelmalek
il 14 Mag 2016
Modificato: Azzi Abdelmalek
il 14 Mag 2016
Save your file like you are used to do it.
Ahmet Cecen
il 14 Mag 2016
Try
[fList, pList] = matlab.codetools.requiredFilesAndProducts(MainRoutines);
Vedere anche
Categorie
Scopri di più su Environment and Settings in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!