Jan Kudlacek
Followers: 0 Following: 0
Statistics
RANK
27,072
of 295,467
REPUTATION
1
CONTRIBUTIONS
6 Questions
1 Answer
ANSWER ACCEPTANCE
16.67%
VOTES RECEIVED
1
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
3 years ago | 0 answers | 0
0
answersQuestion
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 ago | 0 answers | 0
0
answersQuestion
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 ago | 0 answers | 0
0
answersI 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 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) ...
3 years ago | 1 answer | 0
1
answerQuestion
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 ago | 1 answer | 0
1
answerQuestion
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...
7 years ago | 1 answer | 1