0

Does anyone know how to make row's titles (grey cells) in a uitable clickable in a Matlab GUI ? I am only able to get clickable cells within the table.

Thanks

Amro
  • 123,847
  • 25
  • 243
  • 454
k4lls
  • 141
  • 3
  • 12
  • 2
    possible duplicate of [Matlab uitable data selection](http://stackoverflow.com/questions/11103354/matlab-uitable-data-selection) – Amro Jan 21 '14 at 08:28

1 Answers1

0

You can't - at least not in any documented manner.

The only option is getting at the underlying java-table. You could check http://undocumentedmatlab.com/ searching for uitable on this issue - it will yield several results that might help you get started.

sebastian
  • 9,526
  • 26
  • 54
  • I don't quite understand - you can freely search&read undocumentedmatlab.com, you don't have to pay for anything (except for if you want to buy the advertised book). But you won't find a solution thats ready for copy&paste... – sebastian Jan 22 '14 at 08:01