how can i know the programming behind a MATLAB GUI

조회 수: 20 (최근 30일)
ali hassan
ali hassan 2022년 1월 24일
댓글: ali hassan 2022년 1월 24일
i have a gui made by someone. i want to analyze the coding done behind it. how can i do so?
  댓글 수: 3
ali hassan
ali hassan 2022년 1월 24일
IHMx64 is the gui application as shown in picture

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

채택된 답변

Walter Roberson
Walter Roberson 2022년 1월 24일
I can tell from the list of files that what you have is a compiled executable built by MATLAB Compiler. You are not intended to be able to see the source code; the source code is encrypted when it is stored as part of the executable.
You will need to ask the people who wrote the code whether you may see the source code.
  댓글 수: 3
Rik
Rik 2022년 1월 24일
As always: you could attempt to hack it. It is possible, but it requires specific tools. It is also illegal in most jurisdictions.
Ask the original author. For a project I needed the source of a published app. I wrote a polite email to that person, explaining what I intended to do with their code, and two emails later they sent me the source code. Most programmers are proud of their work and will often want to help you out with problems you might have with their code.

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

추가 답변 (1개)

yanqi liu
yanqi liu 2022년 1월 24일
yes,sir,if you get .fig and .m file,just use guide to open .fig,and ues mouse right click button or other , view callback function
  댓글 수: 2
ali hassan
ali hassan 2022년 1월 24일
from where can i get it
yanqi liu
yanqi liu 2022년 1월 24일
yes,if possible,may be uplaod the .fig and .m file to make instruction,or check the follow:

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

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by