필터 지우기
필터 지우기

Can I access code underneath a Matlab App?

조회 수: 100 (최근 30일)
Diarmaid
Diarmaid 2013년 3월 21일
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?

채택된 답변

Diarmaid
Diarmaid 2013년 3월 22일
Perfect. Thank you Walter!!

추가 답변 (2개)

Walter Roberson
Walter Roberson 2013년 3월 21일
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
Diarmaid
Diarmaid 2013년 3월 22일
When you un-zip the file all you get are a licence doc and the app installer...so is there some way of accessing the files contained within the installer or underneath the gui of the app? I tried opening the installer file with a zip utility but it wouldn't accept the file type.
Walter Roberson
Walter Roberson 2013년 3월 22일
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

댓글을 달려면 로그인하십시오.


Sean de Wolski
Sean de Wolski 2013년 3월 22일
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.

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by