Top "Matlab-uitable" questions

Part of Matlab's GUIDE environment and also usable as standalone figure type to display and manipulate results in form of a table

How to modify uitable cell color according to data in table (in Matlab)?

I have a matlab function that returns results in a uitable. There are 2 columns and lots of rows to the …

matlab user-interface matlab-uitable
Matlab uitable data selection

I have Uitable with data read from a AScii file. I want to select columns using mouse and also using …

matlab user-interface matlab-guide matlab-uitable
Changing the background color of a table cell in matlab using html content

we know that uitable supports html content for an example similar to what I want see here to solve the …

matlab user-interface cell background-color matlab-uitable
matlab: how to set dynamically invisible what is visible

I have a simple question about matlab using interface. I found that if I first declare an object (for example …

matlab user-interface properties visible matlab-uitable
saving user input from uitable matlab GUI?

I'm creating a GUI (not using GUIDE) I'm looking for a convenient way for a user to enter some data. …

matlab user-interface user-input matlab-uitable