Filter löschen
Filter löschen

Hello, how can I open application designed on MATLAB App Designer on my mobile phone through MATLAB Mobile APP?

9 Ansichten (letzte 30 Tage)
I designed an application on MATLAB App Designer
a- in the design view I have:
1- Switch: it is an input field that the user should turn off the switch if he is standing and turn on the switch if he is walking
2- push button component: named start
3- edit field (text) component: it is an output field named "Result" that display a continuous result on it while the code is running.
these component in the code view are as follows:
UIFigure matlab.ui.Figure
StartButton matlab.ui.control.Button
statusSwitchLabel matlab.ui.control.Label
statusSwitch matlab.ui.control.Switch
StatusEditFieldLabel matlab.ui.control.Label
StatusEditField matlab.ui.control.EditField
then I do the follwong:
1- use package app option to generate a stand alone application with .mlappinstall extention
2- upload .mlappinstall file into NATLAB Drive
3- open the file on MATLAB Mobile APP to to use this application in my mobile
but this files appesr shaded when I tried to open it on MATLAB Drive Mobile App
What could be the problem? and how can I transfer the user interface of an desktop application on my mobile phone

Antworten (1)

Pratyush
Pratyush am 25 Jul. 2023
Hi Leen,
I understand that you want to create a standalone app compatible for a mobile device using MATLAB app designer. As of now App Designer does not support to create standalone apps for mobile device. Refer to the following link for details: Install Deployed Application - MATLAB & Simulink - MathWorks India
However you can use your app on your mobile phone by connecting to MathWorks cloud by your MATLAB Mobile App. Refer to the following link to know on how to connect to MathWorks cloud: Manage Resizable Apps in App Designer - MATLAB & Simulink - MathWorks India
Do consider making the UI of your app responsive to make it suitable for your mobile screen. Refer to the following link to know about responsive layout using App designer: Manage Resizable Apps in App Designer - MATLAB & Simulink - MathWorks India

Kategorien

Mehr zu Develop Apps Using App Designer finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by