Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

I have created an app in app designer which includes one file exchange function(xlsappend), when creating a standalone app how do I include that file exchange function?

조회 수: 1 (최근 30일)
the file exchange function should be included by the compiler at the time of packaging, to be able to access it,every time it execute the code. How do I include the file? or is there any modification in the code needed?
  댓글 수: 1
Sven
Sven 2019년 3월 1일
If you click on Share > Standalone Destop App there is a field called "Files required for you application to run". I haven't tested it, but if you add the xlsappend.m file there before packaging it should work. If it works let me know.

답변 (1개)

Rupesh Gosavi
Rupesh Gosavi 2019년 3월 1일
'App Designer' is a good addition to the list of toolboxes in MATLAB, but I prefer to go with traditional approach of GUI design and then converting it to MATLAB App. This traditional approcah gives you freedom to add multiple files while designing creating an app using 'Package App' option. Attaching the files would never be a problem with GUIDE and Package App options. You can try that and it will surely solve your challenges.

이 질문은 마감되었습니다.

태그

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by