Community Profile

photo

Jan Kudlacek


Last seen: 12 Monate vor Aktiv seit 2018

Followers: 0   Following: 0

Statistiken

  • First Answer
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

mehr als 2 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 2 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 2 Jahre vor | 0 Antworten | 0

0

Antworten

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

mehr als 2 Jahre vor | 0

Frage


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

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 6 Jahre vor | 1 Antwort | 1

1

Antwort