MATLAB: Uitable’s properties tableuitable Hi, I want to know which are the properties of uitable with Matlab R2007b. I have tested with several properties that it appear in the user's guide, but I can't run them. thanks regards Best Answer you can simply check the set of properties via:hT=uitable;get(hT) Related QuestionUitable’s cells as a readonlyMaking uitable’s particular cell uneditable.Get result from uitable’s row numberExport uitable’s data to a spreadsheet ExcelDisabling a single cell of a uitableHow to create a GUI with different tab options
Best Answer