Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Do I need to include functions defined in other files when compiling my script to a C Executable?

2 ビュー (過去 30 日間)
Minh Tran
Minh Tran 2019 年 3 月 25 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
My script, wcpngui.m, calls functions defined in other files (adodb_connect.m and adodb_query.m) which I've downloaded from the MATLAB Central. Do I need to put adodb_connect.m and adodb_query.m in the same directory containing wcpngui.m before calling mcc -ev wcpngui.m?
Surely, MATLAB must define a search path on which it looks for functions referenced in a user's script.
I'm compiling on MATLAB 2012a, 32-bit

回答 (0 件)

この質問は閉じられています。

製品


リリース

R2014a

Community Treasure Hunt

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

Start Hunting!

Translated by