Community Profile

photo

PG_Dev


Active since 2017

Followers: 0   Following: 0

Message

Statistics

  • Knowledgeable Level 2
  • First Answer

View badges

Feeds

View by

Answered
How to import Pushbutton results into Excel file?
Linda If I understand your question correctly, you can use a table in the GUI with the 2 columns (using uitable). You can ent...

6 years ago | 0

Answered
Different length character in graphical interface set(hObject)
Benjamin Does this work? test= {'A_';'B';'C'}; set(hObject,'String',test);

6 years ago | 0

| accepted

Answered
Warning for uicontrol's ListboxTop value; listBox does not appear
Rania, Good question. Your current listbox in the GUI seems to have at-least 191 values but the second one has a max rang...

6 years ago | 0

Answered
populate a listbox in a GUIDE gui through a function call from a Matlab script (.m file)
Mohammed, Remove handles.list = varargin{1} and put this line in svt_plotter_OpeningFcn set(handles.listbox1, 'String', ...

6 years ago | 0

| accepted

Answered
How to count how many times a button was pressed?
Joana, If I understand your question correctly, you want to consider 'Press and Hold' of any key as a single key press. But u...

6 years ago | 0

| accepted