Part of Matlab's GUIDE environment and also usable as standalone figure type to display and manipulate results in form of a table
Questions tagged [matlab-uitable]
129 questions
0
votes
1 answer
Setting Column and Row Names from Cell in uitable - MATLAB
I am using GUIDE to build my first GUI interface in MATLAB.
I have several matrices I want to display using the uitable. For now let's focus on one matrix, say myMatrix [10x5]
Now I have two cells of strings, columnNames (1x5), and another, rowNames…

msmf14
- 1,449
- 4
- 13
- 19
0
votes
1 answer
How can i fill a matrix dynamically with strings in matlab?
I want to print a table via uitable, with the data for the table-entries stored in a matrix called plot. Every entry should be a string, consisting of 2 chars i.e. p0 or u1,...
The matrix should be filled in two nested for-loops.
But whenever I want…

user2212532
- 23
- 1
- 4
0
votes
1 answer
ginput to uitable
This seems like a relatively simple problem. I want to have the data from my ginput function print to a uitable (or text box, whatever is easier) in my GUI. I cannot seem to figure this one out. The ginput is activated with a push button, so I am…

Shinobii
- 2,401
- 5
- 24
- 39
0
votes
1 answer
Matlab Uitable Adding a logical column to existing table
I am using a UITABLE to display some data. After displaying the table i want to add a logical column to the end of the table. And depending on columns checked or unchecked future actions are taken. Any idea Guys?

Satya Vamsi
- 217
- 3
- 6
- 13
-1
votes
1 answer
Matlab: Publish function runs endless loop
I've created an .m file that pulls and sorts data into a UI table, then I have the ability to publish this to either html or pdf form. I can click in the GUI of matlab publish button and it perfectly prints the table once to publication, but if i…

L.Tes
- 1
- 1
-1
votes
1 answer
access to checkboxes within Matlab GUI
I have a problem regarding the access to check boxes within Matlab uitable.I have a table in Matlab GUI that has a column of check boxes. I want to open a particular pdf file when a check box is clicked.
But I can't find callback of the check boxes…

abhirup
- 1
-1
votes
1 answer
Error working with data of a uitable, matlab
I'm just trying to get some user inputs from an uitable (made with GUIDE), and save this inputs as doubles to calculate another value and put on the uitable
So here is the code...
% --- Executes on button press in CTE.
function CTE_Callback(hObject,…

Luis Miguel Mejía Suárez
- 21,686
- 3
- 28
- 45
-1
votes
1 answer
matlab uitable blink in one computer but stop blinking in another one
I want to display uitable in matlab GUI.(uitable data is not fix it is going to update in 15 stage).
when i run my code in my laptop my monitor is not flicker, but when i run same code in another laptop it start blinking.
i want to know the cause of…

maia
- 302
- 1
- 4
- 12
-1
votes
1 answer
Export UITable data using different button functions via MATLAB GUI
I am performing a simple data extraction from a database and exporting the contents to a Excel Spreadsheet. I have two buttons:
To extract data from the database and display them using uitable.
To export the uitable data to Excel…

Jeiman
- 1,121
- 9
- 27
- 50