Jan Kudlacek
Followers: 0 Following: 0
Feeds
提问
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...
3 years 前 | 0 个回答 | 0
0
个回答提问
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...
3 years 前 | 0 个回答 | 0
0
个回答提问
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...
3 years 前 | 0 个回答 | 0
0
个回答已回答
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...
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...
3 years 前 | 0
提问
How to set defaults for GridLayout?
Dear colleagues How can I set default values for GridLayout object? The code get(groot, 'DefaultGridLayoutColumnSpacing', 0) ...
3 years 前 | 1 个回答 | 0
1
个回答提问
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...
3 years 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 1