Scotty Mac
Followers: 0 Following: 0
Estadística
10 Preguntas
2 Respuestas
CLASIFICACIÓN
223.247
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
10 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
80.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
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
Pregunta
In Designer, when 2 mlapp files are open, I receive a Undefined function 'bringToFront' for input arguments of type 'double' error.
I have a GUI app that opens a seperate window with 2 separate .mlapp files, very similar to the Pass Data Between Apps example p...
alrededor de 1 año hace | 0 respuestas | 0
0
respuestasApp Designer standalone app can't find external file
Thank you for all the suggestions. I figured it out. I had to add this bit of code to determine if the app was deployed as a sta...
alrededor de 1 año hace | 0
| aceptada
App Designer standalone app can't find external file
I have included the HB_CTP.txt in the compiler app when creating the Standalone Desktop App. Once installed, I see the requir...
alrededor de 1 año hace | 0
Pregunta
App Designer standalone app can't find external file
I have an App Designer app that includes a text file for calculations. When I debug, it works correctly. But when I create a...
alrededor de 1 año hace | 3 respuestas | 0
3
respuestasPregunta
Using GUI Designer to convert integer inputs to exponential form (convert MHz to integer Hertz)
My orginial inputs in a .m function are in Hertz and then combined in an aray as follows: x1 = 5700e6 x2 = 4750e6 x3 = 4950e6...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
File Output format not in Hex in Designer, but is in .m file output
I am using Matlab 2019a Designer to dump some values to a text file. If I run the .m file on the command line (like a normal Ma...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Conversion of dlmread() using MatLab Coder - Not supported for code generation to C
I have a compensation function that reads in a 2-column csv file. When I run this fuction in the MatLab Coder Generator to conve...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Hiding/Showing GUI features based on startup key press?
Is there a way to hide an entry field (or any design component) depending on if a key is pressed during startup? For example, I...
más de 1 año hace | 0 respuestas | 0
0
respuestasPregunta
Error with uigetfile in App Designer when changing directories
I have the following code to read in a csv file: % Allow the user to select any CSV file [file, path] = uigetfile('*.csv'); ...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
In AppDesigner, how to input a CSV file using a checkbox?
I would like add a checkbox to my App Designer GUI, so that when checked, it opens a file explorer field (similar to a load butt...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Using App Designer, saving (and loading) data from the Edit Fields of the GUI to a file?
I have several numeric edit fields in my gui. How do I go about saving the entered data to a text file? I want to be able t...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Using App Designer, reading a numeric edit field and creating a double array from the inputs?
I have 3 NumericEditFields and I enter 5700 & 4750 in the first 2 (the 3rd can be blank and thus only have an array with only 2 ...
más de 1 año hace | 1 respuesta | 0