Matlab doesn't open a .mlapp file created in a different computer

조회 수: 24 (최근 30일)
Jorge Barrasa
Jorge Barrasa 2022년 10월 11일
댓글: Jorge Barrasa 2023년 1월 19일
Hi!
I have created a GUI using App Designer with Matlab version 2019a. It has a number of buttons, spinners, sliders and axes. Everything works well in the computer in which I created this GUI. However, if I copy this project to a different computer (also with Matlab version 2019a) I cannot access its code. I get the following error message when I try to open the .mlapp file:
Argument #1: image expected
This is annoying because I cannot modify the GUI from a different computer, only from the original one. Any ideas of what the problem could be?
If I run the GUI it works properly, it just doesn't allow me to edit it.
Thanks!
Jorge

답변 (2개)

Allen
Allen 2022년 10월 11일
It appears that the application is looking for an image file, possibly assigned to a one or more of your app objects. I have found that when I create (Share), if all of the personal support files such as images are not in the same directory as the .mlapp file, it may not be automatically added to the list of included files.
Try recreating the .mlappinstall file and verify that all files being called within the app show in the list. If one or more missing there is an option to Add files/folders manually.

Image Analyst
Image Analyst 2022년 10월 11일
편집: Image Analyst 2022년 10월 11일
If the .mlapp is on the other computer, and the other computer has MATLAB installed, you should be able to modify the app on the other computer. I do it all the time.
I agree with @Allen that it's probably some kind of path issue, like you're looking for an image that you forgot to ship with your app so the other computer doesn't have it, or it's located in a folder different than where it's looking.
Is this app on the other computer running the .mlapp file, or did you compile it into a standalone executable with the MATLAB Compiler product (in which case there is no source code on the other computer for you to modify)?
Can you attach your .mlapp file here with the paperclip icon so we can try it?
  댓글 수: 7
Bruno Luong
Bruno Luong 2023년 1월 19일
편집: Bruno Luong 2023년 1월 19일
I'm also able to open under R2022a without warning. Something is wrong with your PC (MATLAB installation ).
Jorge Barrasa
Jorge Barrasa 2023년 1월 19일
ok, turns out that the laptops that I´ve been trying with had all one thing in common. They all had an external library added to the path (specifically the DipImage library). Removing that library from the path solved the issue. I guess there must be some colission between function names of that library and the internal functions of the AppDesigner? who knows, anyways, problem solved ;)
Thanks @Bruno Luong for trying to help :)

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

카테고리

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

제품


릴리스

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by