Statistiques
RANG
274 867
of 281 946
RÉPUTATION
0
CONTRIBUTIONS
9 Questions
2 Réponses
ACCEPTATION DE VOS RÉPONSES
88.89%
VOTES REÇUS
0
RANG
of 19 065
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 134 331
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Content Feed
Question
overlapping images in grid layout
I am trying to create a solitaire card game app (think FreeCell) using App Designer. To graphically display the tableau, my idea...
10 jours il y a | 1 réponse | 0
1
réponseQuestion
App Designer app fails to open on first try (MacOS, R2023a)
When I try to open an App Designer app, a blank App Designer window opens but the app doesn't load until I try a second time to ...
20 jours il y a | 1 réponse | 0
1
réponseQuestion
Change MATLAB App window title
I created an app (in MATLAB R2023a) using App Designer. I want to change the UI Figure window title from "MATLAB App" to a cust...
4 mois il y a | 1 réponse | 0
1
réponseQuestion
datetime default format by version and operating system
On my Mac running R2022a, if I enter datetime('now') without specifying any format, I get 2023130090948. That is, it's 2023, th...
5 mois il y a | 1 réponse | 0
1
réponseZero out values in multiple fields of a struct
I have found my own answer, but there's probably a more elegant way. fn = fieldnames(S); % array of S field names includin...
5 mois il y a | 0
| A accepté
Question
Zero out values in multiple fields of a struct
Suppose I have S.ABC0500 = struct('Keys',[1:9],'Values',rand(1,9)); S.ABC0800 = struct('Keys',[1:9],'Values',rand(1,9)); S.AB...
5 mois il y a | 2 réponses | 0
2
réponsesQuestion
Create a series of variables with names that include numbers
I need to create some fake data for testing a program. The fake data is a series of variables with names like VAR004300, VAR004...
5 mois il y a | 2 réponses | 0
2
réponsesQuestion
Best way to get date and time inputs from user and save as a datetime variable
My App Designer app allows the user to input a date and time range (start date, start time, end date, end time). I have 2 date ...
5 mois il y a | 2 réponses | 0
2
réponsesError: class name and filename do not agree, after changing the name of a .mlapp
What worked for me is to open and save the .mlapp file after renaming it.
5 mois il y a | 0
Question
How to determine if the user closed the app window?
I have a script that calls an App Designer mlapp as an interface for a user to enter information. How can I get my main script ...
5 mois il y a | 1 réponse | 0
1
réponseQuestion
prompt a GUI user to enter different values
I am using App Designer to write a GUI wrapper for an existing app. The app should load some data based on the user input. If ...
6 mois il y a | 1 réponse | 0