photo

Alessandro Livi


Last seen: Today 2024 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 3
  • First Answer

バッジを表示

Feeds

表示方法

質問


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...

1日 前 | 1 件の回答 | 0

1

回答

質問


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...

3日 前 | 0 件の回答 | 0

0

回答

質問


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 /...

9日 前 | 1 件の回答 | 0

1

回答

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

11日 前 | 0

回答済み
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.

11日 前 | 0

質問


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 ...

11日 前 | 1 件の回答 | 0

1

回答

質問


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...

11日 前 | 2 件の回答 | 0

2

回答

回答済み
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...

12日 前 | 0

| 採用済み

質問


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...

12日 前 | 1 件の回答 | 0

1

回答

質問


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...

12日 前 | 0 件の回答 | 0

0

回答

回答済み
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....

12日 前 | 0

質問


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...

15日 前 | 1 件の回答 | 0

1

回答

質問


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...

16日 前 | 1 件の回答 | 0

1

回答

質問


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...

16日 前 | 2 件の回答 | 0

2

回答

質問


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...

16日 前 | 1 件の回答 | 0

1

回答