how can i know the programming behind a MATLAB GUI
10 ビュー (過去 30 日間)
表示 古いコメント
i have a gui made by someone. i want to analyze the coding done behind it. how can i do so?
採用された回答
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.
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!