R2017aでパッケージ化する際に、コンパイルに不必要なファイルを「必要なファイル」に自動選択されないようにするにはどうすればよいですか?
Mostrar comentarios más antiguos
64bit版R2017aを用いてGUIを含むアプリケーション開発を行っています。 アプリケーションでは同じディレクトリに存在する変更可能な設定データが入ったエクセルを読み込む処理を入れていますが、 パッケージ化の際に「必要なファイル」欄に自動選択されたエクセルを削除しても、再度自動選択されてしまい削除できません。 エクセルもパッケージ化してしまうと、データが変更された際に内容が読込まれないため、想定している使い方ができません。 そこで、自動選択を解除する方法または依存関係ファイルに含まれないようなコードの書き方を教えてください。
4 comentarios
Image Analyst
el 26 de Oct. de 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
el 27 de Oct. de 2017
MATLAB Complier の「アプリケーションコンパイラ」アプリで作業されていますか?
Hidetaro Kayanuma
el 30 de Oct. de 2017
michio
el 30 de Oct. de 2017
コメントありがとうございます。
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre MATLAB Compiler en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!