Community Profile

photo

Jeremy


Last seen: 3 years ago Active since 2018

Followers: 0   Following: 0

Message

Statistics

Feeds

View by

Question


Matlab script locks up after it finishes
I have a short script which communicates with Solidworks to get the xyz coordinates of points in a sketch. It's a port of what I...

4 years ago | 0 answers | 0

0

answers

Question


Turn single click into triple click
When you embed a table as data into a uitable, you need to triple click in a given cell replace the existing contents with what ...

5 years ago | 1 answer | 0

1

answer

Question


Stop uitable from appending to cell when you type
In uitable with a table as data, if you single click a cell and start typing, it will append to the existing extry with what you...

5 years ago | 1 answer | 0

1

answer

Question


uitable extent is zero in uifigure (not so in figure)
Any idea why the following code returns a table extent of zero? When you replace uifigure with figure, it returns non-zero value...

5 years ago | 2 answers | 0

2

answers

Question


Table embedded in uitable ignores ColumnFormat Property
Any idea why a table embedded into a uitable control ignores the ColumnFormat property? In the example below, if I feed a cell a...

5 years ago | 1 answer | 0

1

answer

Question


GUI Elements Changing Position on Subsequent Executions
I have a GUI that contains three buttons and two plot axes. When I run it the first time, the positions of the elements is off a...

6 years ago | 0 answers | 0

0

answers

Question


State Change Callback on Slider Causing Error if Changed Too Fast
I have a jslider with a state change callback. When I drag the slider thumb, code is executed to calculate an area under a curve...

6 years ago | 1 answer | 0

1

answer

Question


Update multiple plot fills using XData and YData
I was doing the following to generate n filled areas on a graph between n pairs of upper and lower curves. for i = 1:n ...

6 years ago | 1 answer | 0

1

answer