필터 지우기
필터 지우기

Generating an app mlappinstall file

조회 수: 1 (최근 30일)
Rob L
Rob L 2013년 4월 16일
I am attempting to programmatically create a mlappinstall file (to install an app) as follows :
matlab.apputil.package( 'Z:\App Files\app_project_file.prj' )
I can see the project file exists in the correct location (and contains the required information) but when I issue the above command no mlappinstall file is generated (anywhere) yet no error or warning is generated.
Yet if I use
matlab.apputil.create( Z:\App Files\app_project_file.prj' )
and build, everything works fine.
Am I missing something ? Can I get error messages returned from matlab.apputil.package ?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by