Matlab 2012a mcc add-path warming

7 ビュー (過去 30 日間)
Daozheng Chen
Daozheng Chen 2012 年 10 月 2 日
コメント済み: Nick Hilton 2015 年 11 月 11 日
Hi
I am using Matlab 2012a's mcc command to deploy an application. Here is the mcc command I used.
mcc('-m', '-C', '-I', '/pathToDir1', '-I', '/pathToDir2', 'targetFunc.m');
However, I got warming as follows:
Warning: Adding path "/pathToDir1" to
Compiler path instance.
Warning: Adding path "/pathToDir2" to
Compiler path instance. 
I have not yet seen this in the previous versions of Matlab which I used. Why I got this warning? Does this warning mean there may be some issue with the deployed applications?
Any information would be greatly appreciated!

回答 (0 件)

カテゴリ

Help Center および File ExchangeMATLAB Compiler についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by