photo

Jan Kudlacek


Last seen: 2 years 前 自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
1 个回答

排名
27,131
of 300,343

声誉
1

贡献数
6 个提问
1 个回答

回答接受率
16.67%

收到投票数
1

排名
 of 20,926

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,172

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Answer
  • Thankful Level 1

查看徽章

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

4 years 前 | 1 个回答 | 0

1

个回答

提问


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

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

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

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

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

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

7 years 前 | 1 个回答 | 1

1

个回答