MCC/deploytool and excluded class

2 ビュー (過去 30 日間)
Cedric Devivier
Cedric Devivier 2022 年 1 月 7 日
回答済み: Steven Lord 2023 年 11 月 29 日
Hi,
I am currently developping an application and I settled in the model where some settings are stored in a static class. I would like the end user to modify this file to fit their needs I can force the class to not be included in the ctf/exe file but I can't seem to find a way to then load it when I start the application.
Would anyone know of a trick to do it?
Thanks

採用された回答

Steven Lord
Steven Lord 2023 年 11 月 29 日
From the documentation "MATLAB Runtime only works on MATLAB code that was encrypted when the deployable archive was built. Any function or process that dynamically generates new MATLAB code will not work against MATLAB Runtime."

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeC Shared Library Integration についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by