Info
此问题已关闭。 请重新打开它进行编辑或回答。
Do I need to include functions defined in other files when compiling my script to a C Executable?
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(0 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!