photo

Alessandro Livi


Last seen: oltre un anno fa Attivo dal 2024

Followers: 0   Following: 0

Statistica

MATLAB Answers

12 Domande
5 Risposte

RANK
292.572
of 300.381

REPUTAZIONE
0

CONTRIBUTI
12 Domande
5 Risposte

ACCETTAZIONE DELLE RISPOSTE
58.33%

VOTI RICEVUTI
0

RANK
 of 20.941

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.477

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Knowledgeable Level 1
  • Thankful Level 3
  • First Answer

Visualizza badge

Feeds

Visto da

Domanda


Debugger quits working in App Designer right after StartupFcn completes.
After a week of struggling with the Serial callback not working I undated to Update 8 of 2023b and that finally resolved. (I thi...

oltre un anno fa | 1 risposta | 0

1

risposta

Risposto
Callback error for Serialport
After struggling with this for over a week I found this on my own. Callback function specified by configureCallback is sometime...

oltre un anno fa | 0

| accettato

Domanda


Adding a column to a UITable and then using it.
After a few hours of trying I finally was able to add a column to a UITable A = zeros([1 size(app.StimInputTable.Data,1)]); ap...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


Callback error for Serialport
Using App Designer on Win10 I successfully open a serial port, communicate with my Pico Arduino doing a handshake that verifies...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


Request about comment char % vs C++ //
I'm switching back and forth between C(++) for my Arduino Pico and MatLab App Designer It would be really nice if when I type /...

oltre un anno fa | 1 risposta | 0

1

risposta

Risposto
Extracting time from datetime
Simple answer for getting time e.g. now but any array works timeofday(datetime('now')));

oltre un anno fa | 0

Risposto
Unhelpful error message: Conversion to matlab.ui.control.Table from table is not possible.
Thanks It wouldn't hurt me if you could forward it.

oltre un anno fa | 0

Domanda


Graph adjust controls play peekaboo
My App Designer created app has a graph on it. My users want to adjust the horizontal axis (zoom in horizontally only) I found ...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


Unhelpful error message: Conversion to matlab.ui.control.Table from table is not possible.
The message Error using MouseOdor4/startupFcn Conversion to matlab.ui.control.Table from table is not possible. is about as u...

oltre un anno fa | 2 risposte | 0

2

risposte

Risposto
randperm function for a table - keep rows together
Google helped where MatLab help couldn't LMGTFY: "shuffle a matrix rows" https://www.tutorialspoint.com/randomly-shuffle-rows...

oltre un anno fa | 0

| accettato

Domanda


randperm function for a table - keep rows together
I looked in help but everone seems to be randomizing a vector. The closest ask I can find is https://www.mathworks.com/matlabc...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


Adding a .mex file to App Designer app
I'd like to use Shuffle to shuffle the rows of a UITable. https://www.mathworks.com/matlabcentral/fileexchange/27076-shuffle H...

oltre un anno fa | 0 risposte | 0

0

risposte

Risposto
Code checking error in App Designer, it thinks xxxx.BackgroundColor is a scalar
This is crazy that you can't simply compare colors, consder options I mention above meanwhie if isnumeric(app.STOPTRIALSButton....

oltre un anno fa | 0

Domanda


uigetfile canceled returns 0, converting my string to a scalar
when I call [infile, location] = uigetfile() and it's canceled, it returns 0s, converting my strings to a scalars Next time I c...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


Trying to make a 2 value sz vector, get Error using tabular/horzcat All input arguments must be tables.
Seems so simple, I'm trying to set a new table size based on values in a previous table C = sum(app.UITable2.Data(1,:)); No ma...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


Code checking error in App Designer, it thinks xxxx.BackgroundColor is a scalar
I'm changing the background color to alert the user about various (async) conditions and button pressed. if app.ST...

oltre un anno fa | 2 risposte | 0

2

risposte

Domanda


Find Selected button in Button Group CallBack
I have a group of 5 buttons (including a dummy one for "none" In the callback I want to do something based on the selected butt...

oltre un anno fa | 1 risposta | 0

1

risposta