Generation of proto and thunk files for distribution

17 ビュー (過去 30 日間)
Eric
Eric 2025 年 8 月 22 日
回答済み: Umar 2025 年 9 月 1 日 3:14
We are looking for the leanest way to generate prototype and thunk files for a library we distribute to Matlab users. In our CI/CD process, we use Docker containers for building our libraries and would like to include the generation of Matlab proto and thunk files in the CI/CD process. Is there a way to generate these files without a full installation of Matlab? Is there a perl script or some other mechanism supporting this process?

回答 (1 件)

Umar
Umar 2025 年 9 月 1 日 3:14

Hi @Eric, To automate proto and thunk file generation in a CI/CD process, a headless MATLAB environment (or MATLAB Docker image) is required. No standalone scripts exist for this purpose. Scripting MATLAB commands in batch mode ensures reproducible and automated builds within your CI/CD containers.

Hope this helps.

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

製品


リリース

R2025a

Community Treasure Hunt

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

Start Hunting!

Translated by