Respondida
uiputfile blocks all of MatLab any error it keeps repeating, it requires CTR-ALT-DEL end task (my app) to exit
I changed from uiputfile() to uigetdir(startingFolder... as that is what I was really looking for: Where will the output files g...

más de 1 año hace | 0

| aceptada

Pregunta


Can I call a function from another function and not come back?
I am running a function which at the end either returns or calls another function. Way back in the old days in assembler I'd do...

más de 1 año hace | 2 respuestas | 0

2

respuestas

Pregunta


waitfor( ) isn't working for a SerialPort
Seems simple my code does this to be sure everything has been processed from the USB port connected to an Arduino Pico. if (app...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Respondida
In App Designed app: When does a function called within another function spawn a new thread?
I had several confounding issues for example that RunTrial() just starts a trial then returns; so waiting until its really finis...

más de 1 año hace | 0

Pregunta


Error in MatLab's own routine.
How can I possibly fix this? Warning: The following error was caught while executing 'onCleanup' class destructor: Brace inde...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


Error using inputdlg() second time through same code
My code works fine on the first pass but when I press the button a second time I get an error. answer is a local variable so is...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


uiputfile blocks all of MatLab any error it keeps repeating, it requires CTR-ALT-DEL end task (my app) to exit
I wrote this code that ends up being an endless loop Due to weird treatment of this particular dialog I can't add a breakpoint ...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


In App Designed app: When does a function called within another function spawn a new thread?
I'm having SO much trouble! I think maybe when I call a function from within another function or callback it's going into a new ...

más de 1 año hace | 2 respuestas | 0

2

respuestas

Pregunta


USB callback "terminator" fails to trigger a read when messages are close together
My App Designer program uses USB communication to an Arduino It usually works but every once in a while Matlab fails to read. ...

más de 1 año hace | 2 respuestas | 0

2

respuestas

Pregunta


How do I print a % character into a file
I am creating an app in App Designer, creating an output file that will be an .m file for another user to run later. I'd like ...

más de 1 año hace | 3 respuestas | 0

3

respuestas

Pregunta


App designer Locks me out of editing things I need to change
I should be able to edit comments or add a comment at the top of an app created % Button pushed function: SavingFolderButton ...

más de 1 año hace | 2 respuestas | 0

2

respuestas

Pregunta


append (not strcat) to combine strings with whitespace (\n)
I have a text box (text edit field, shoud it be a label box?) I want to add lines of text to it without loosing the old text. ...

más de 1 año hace | 3 respuestas | 0

3

respuestas

Pregunta


What does "Interrupt while evaluating Button PrivateButtonPushedFcn." mean?
My program was working but now I'm getting this. Interrupt while evaluating Button PrivateButtonPushedFcn. If I knew more abou...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


Know if Serialport is connected (in App Designer program); ishandle() always true
I open a serial port to my Arduino and it usually works. I'm trying to take care of various errors, for one of which I need to k...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


See also ... blocks viewing of answer
I'm trying to see an answer that includes a screenshot apparently. The See Also pane is blocking much of the screen so I can't s...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


uiwait(msgbox("My message") dialog comes up behind the app. User never sees it.
Why does uiwait(msgbox("My message") dialog come up behind the app? My user never sees it so can't click OK. Is there a way to b...

más de 1 año hace | 2 respuestas | 1

2

respuestas

Pregunta


In App Designer: put new data into a (ui)table
This should be easy... Data comes in from a serial device consisting of a character and a number (time in msec) and I want to i...

más de 1 año hace | 1 respuesta | 0

1

respuesta