How to convert .m to .mlapp

조회 수: 112 (최근 30일)
Hyunjin Park
Hyunjin Park 2019년 10월 31일
댓글: Ahmet Kutsay DERE 2021년 11월 6일
How to convert .m to .mlapp
  댓글 수: 4
Adam Danz
Adam Danz 2019년 11월 3일
편집: Adam Danz 2019년 11월 4일
"Actually i get .m file made by app designer from other person"
What does that mean? App designer files are stored as .mlapp.
I think the m file you have was not created in app designed but was created bottom-up by creating a figure using uifigure() and additng other components manually. If that's the case, you cannot convert that to app-designer format. In fact, if that's the case, the m-file is better than an app designer file because you have more control of the bottom-up approach.
Another interpretation is that someone copy-pasted the content from the appdesigern code into an m file. But I doubt that m-file would even function.
If you attach the m file, it may clear up this issue.
Ahmet Kutsay DERE
Ahmet Kutsay DERE 2021년 11월 6일
A Matlab .mlapp file can be converted into .m file by using save as (export to .m file) button. But I don't know how can I convert .m file, created by exporting from Matlab App, into .mlapp file. I'm also researching this too

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

채택된 답변

Ajay Kumar
Ajay Kumar 2019년 11월 1일
If you have a GUI(.m) made in matlab and you want to convert it to MATLAB app(.mlapp), you can use migration tool provided by MATLAB.
  댓글 수: 1
Adam Danz
Adam Danz 2019년 11월 1일
If the GUI was created by guide() then you'd need the m file and the fig file for migration.
If the GUI was created using uicontrol(), that can't be migrated. It's much better to build the GUI bottom-up anway.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

제품


릴리스

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by