R2017aでパッケージ化する際に、コンパイルに不必要なファイルを「必要なファイル」に自動選択されないようにするにはどうすればよいですか?
Mostra commenti meno recenti
64bit版R2017aを用いてGUIを含むアプリケーション開発を行っています。 アプリケーションでは同じディレクトリに存在する変更可能な設定データが入ったエクセルを読み込む処理を入れていますが、 パッケージ化の際に「必要なファイル」欄に自動選択されたエクセルを削除しても、再度自動選択されてしまい削除できません。 エクセルもパッケージ化してしまうと、データが変更された際に内容が読込まれないため、想定している使い方ができません。 そこで、自動選択を解除する方法または依存関係ファイルに含まれないようなコードの書き方を教えてください。
4 Commenti
Image Analyst
il 26 Ott 2017
We develop application including GUI using 64bit version R2017a. In the application, processing to read Excel containing changeable setting data existing in the same directory is included, but even if automatically selected Excel is deleted in the "required file" field during packaging, it is selected and can not be deleted. If you also package Excel, content will not be read when the data is changed, so you can not use the expected usage. So, please tell me how to cancel automatic selection or how to write code that is not included in the dependency file.
michio
il 27 Ott 2017
MATLAB Complier の「アプリケーションコンパイラ」アプリで作業されていますか?
Hidetaro Kayanuma
il 30 Ott 2017
michio
il 30 Ott 2017
コメントありがとうございます。
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su MATLAB Compiler in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!