i have a matlab file with extension .MLAPP. i am not able to open it. does anyone knows the possible problems?

조회 수: 47 (최근 30일)
how to open mlapp file. file is attached below
  댓글 수: 3
Jose Carlos
Jose Carlos 2024년 4월 29일
How did you manage to correctly export the .mlapp file? i have been trying to do so but with no luck!

댓글을 달려면 로그인하십시오.

답변 (1개)

Ameer Hamza
Ameer Hamza 2018년 4월 22일

It is a MATLAB App designer file. It will open in MATLAB R2016a or later. You must be using an older version of MATLAB.

  댓글 수: 2
Umair Mughal
Umair Mughal 2020년 5월 11일
I have the same problem... Before that I faced the issue with .m extension, it was not opening in MATLAB directly from file explorer; it gets fixed by using registryfix provided by some link. The infomation of this fix is here:
% associateFiles(action, extList, fileStr)
%
% Makes a registry files that can be used to set correct file associantions on
% a windows platform. The following MATLAB file extensions are supported:
% .m, .mat, .fig, .mexw32, .mexw64, .p, .mdl, .mdlp, .slx, .mldatx, .req,
% .sldd, .slddc, .slxp, .sltx, .mn, .mu, .muphlp, .xvc, .xvz, .ssc, .mlapp,
% .mlappinstall, .mltbx, .mlpkginstall, .mlprj
%
% INPUT:
% action - optional string.
% * 'add' (default) adds/rewrites the MATLAB file association registry
% keys for this version.
% * 'delete' deletes the MATLAB file association registry entries for
% ALL versions of MATLAB (including "old style" ones)
% * 'deleteadd' is the same as 'delete' followed by 'add'
% extList - optional string or cell array of strings containing the file
% extensions that should be associated with this version. Default is
% all MATLAB file extension (see above).
% fileStr - optional string with the name of the registry file to be written
% (possibly including path). Default is the file
% 'MatlabFileAssocFix.reg' in the current directory.
%
% USAGE:
% 1) Run with desired options (see above). A registry file should have been
% created.
% 2) Exit all running instances of MATLAB.
% 3) Make a backup copy of the windows registry if you need to restore the
% changes, see https://support.microsoft.com/en-us/kb/322756
% 4) Double click on the created file (possibly need to enter a password) and
% confirm.
% 5) Restart Windows (or explorer.exe).
% 6) The MATLAB files should now be associated with the MATLAB version that the
% registry file was created in and e.g. m-files should be opened in an
% already running instance of MATLAB.
%
% EXAMPLES:
% * associateFiles('deleteadd') - Makes a registry files that deletes all
% previous MATLAB file association registry keys and write new ones that
% associates all MATLAB files with the MATLAB version that the registry file
% was created in.
% * associateFiles('', {'.m', '.mat', '.fig'}, 'myFile') - Makes a registry file
% "myFile.reg" that associates m-, mat- and fig-files with the MATLAB version
% that the registry file was created in.
%
% VERSION 1.0
So, according to this, I should have my extension .mlapp fixed; but still it's not working from file explorer...
xingxingcui
xingxingcui 2024년 2월 6일
편집: xingxingcui 2024년 2월 6일
Note:MATLAB online can't open .mlapp file directly(double click icon)! You should use command "appdesigner" in command window,and then open the .mlapp file.
  • App Designer is only available in Google Chrome and Microsoft Edge

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 File Operations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by