Estadística
14 Preguntas
3 Respuestas
CLASIFICACIÓN
14.464
of 295.495
REPUTACIÓN
3
CONTRIBUCIONES
14 Preguntas
3 Respuestas
ACEPTACIÓN DE RESPUESTAS
85.71%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
of 20.240
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.991
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Why do I get a warning that the code coverage result is empty because the file is invalid?
After much troubleshooting, I was able to avoid this warning by making sure all files in my directory were free of syntax errors...
5 meses hace | 1
Pregunta
Reduce width of git portion of Current Folder pane
Can I give more space to file names, and less space to the small git status icon? See attached screenshot. I don't see any way...
5 meses hace | 1 respuesta | 1
1
respuestaPregunta
How to validate that one datetime is greater than another
My class takes two datetimes startTime and endTime as input arguments. I would like to use argument validation to force endTime...
6 meses hace | 3 respuestas | 0
3
respuestasPregunta
Programmatically close App Designer app after running it for a unit test
I need to run mlapp myApp for a unit test, but after the test I want the app window to be closed. The only way I know to do thi...
6 meses hace | 1 respuesta | 0
1
respuestaPregunta
How to add a mini-script to the toolbar
How do I add a custom tool to the Matlab toolbar? I was in a Matlab course and the instructor had us add a tool to the toolbar ...
7 meses hace | 1 respuesta | 0
1
respuestaPregunta
Why do I get a warning that the code coverage result is empty because the file is invalid?
I'm trying to add code coverage to my unit test suite. There is one .mlapp file that gives this warning: Warning: Coverage res...
alrededor de 1 año hace | 2 respuestas | 0
2
respuestasPregunta
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...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 1 año hace | 1 respuesta | 0
1
respuestaZero 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...
más de 1 año hace | 0
| aceptada
Pregunta
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...
más de 1 año hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 1 año hace | 2 respuestas | 0
2
respuestasPregunta
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 ...
más de 1 año hace | 2 respuestas | 0
2
respuestasError: 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.
más de 1 año hace | 0
Pregunta
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 ...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
más de 1 año hace | 1 respuesta | 0