From: Jelena Radlovi? on
"Brian Cody" <bcody(a)mathworks.com> wrote in message <fqs4vq$5vr$1(a)fred.mathworks.com>...
> Hi Robert,
>
> If you would like to know which cells are currently selected, you can
> connect a CellSelectionCallback to the uitable. When the
> CellSelectionCallback is fired, it will be called with an event data
> structure which will include an Indices field containing the indices of the
> selected cells. You can cache these values if you need to use them later.
>
> Best,
> Brian
> bcody(a)mathworks.com
>
How can i do that? I have uitable with linear function equations, i want to know which equation was selected by user. Please help.

Jelena Radlovi&#263;
From: Jelena Radlovi? on
I'm not using guide.