Can I access code underneath a Matlab App?

87 Ansichten (letzte 30 Tage)
Diarmaid
Diarmaid am 21 Mär. 2013
I'm trying to get to grips with Monte Carlo optimisation and I found this app on mathworks file exchange:
Is it possible to access the underlying code in this app so I can modify it?

Akzeptierte Antwort

Diarmaid
Diarmaid am 22 Mär. 2013
Perfect. Thank you Walter!!

Weitere Antworten (2)

Walter Roberson
Walter Roberson am 21 Mär. 2013
As Ryan commented there,
All apps require R2012b for easy install. However, you should be able to grab the GUI files (m-files and .fig files) by using a zip utility to open the package.
  2 Kommentare
Walter Roberson
Walter Roberson am 22 Mär. 2013
The installer file is a zip archive. If you have a command line unzip, you can use that. Otherwise, you could try renaming it to end with .zip

Melden Sie sich an, um zu kommentieren.


Sean de Wolski
Sean de Wolski am 22 Mär. 2013
The App will install in a folder (named after the App) in the Apps directory (this can be found by going to Home Tab -> preferences -> Apps
In this directory all of the code and helper files will be available as they were when the app was packaged.

Kategorien

Mehr zu Package and Share Apps finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by