photo

Jan Kudlacek


Last seen: 1 year ago Active since 2018

Followers: 0   Following: 0

Statistics

  • First Answer
  • Thankful Level 1

View badges

Feeds

View by

Question


Programmatically change Windows keyboard language
Dear colleagues I am writing an application which uses the numbers in the top row of the keyboard as keyboard shortcuts to trig...

2 years ago | 0 answers | 0

0

answers

Question


Delete row in a user-sorted UItable throws error
Dear colleagues I have a UItable with sortable columns. Users can delete rows which is implemented by deleting a row from the D...

2 years ago | 0 answers | 0

0

answers

Question


How to set focus in UI figure?
Dear colleagues I am creating a GUI with multiple buttons. Normally, by default, pressing space bar equals clicking on the butt...

2 years ago | 0 answers | 0

0

answers

Answered
I have a excel file of single row,i want to copy it and paste it in rows below for some number of rows, so that a excel file is of many rows of same values of top original row
Hi Manu, try this t = readtable('avg1.xlsx', 'ReadVariableNames', false); t = repelem(t, 50, 1); % Fill in the rows writetabl...

2 years ago | 0

Question


How to set defaults for GridLayout?
Dear colleagues How can I set default values for GridLayout object? The code get(groot, 'DefaultGridLayoutColumnSpacing', 0) ...

2 years ago | 1 answer | 0

1

answer

Question


How to decrease margins around uibutton in uigridlayout?
Dear colleagues How can I shrink the margins around buttons created by uibutton() in the grid layout manager? I would prefer th...

2 years ago | 1 answer | 0

1

answer

Question


When zooming in figures, Matlab automatically changes the zoom factor to fill the whole plot area
In Matlab 2015a, when using Zoom in tool in figures (magnifying glas with +), it was possible to drag outside the figure which r...

6 years ago | 1 answer | 1

1

answer