Can I work with two versions of an application under separate folders but with the same filenames?
Ältere Kommentare anzeigen
Hi,
Is it possible to simultaneously work on two (or more) versions of the same application, sharing the same set of filenames but under different main folders, without risking conflicts? I also need to be able to deploy .exe files from the different versions. What will the compiler say when it discoveres recurring m-files? Or perhaps there is a better way to manage multiple versions of an application?
Thanks
Akzeptierte Antwort
Weitere Antworten (1)
Spigge
am 12 Mai 2015
0 Stimmen
1 Kommentar
Walter Roberson
am 12 Mai 2015
Folders earlier on the path are used first.
Consider using different startup.m to use different search paths. This will depend upon you invoking MATLAB from the proper directory rather than just clicking on an icon, though. (Unless you create different icons to set different startup values.)
Kategorien
Mehr zu MATLAB Compiler finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!