Quantcast
Channel: MATLAB Central Newsreader Recent Posts
Viewing all articles
Browse latest Browse all 19628

guide uitable (Cells Calling)

$
0
0
Hi all,

I'm requesting the help from you.

I'm building a gui in matlab guide with a uitable and a push button. The table is a 3x3 that askes the user to fill in cell in column 1 and 2. A simple addition is performed to fill in cell of the third column once the button is pushed.

My issue is pulling out the data from column 1 and 2, well actually I was able to get the data simply doing
h=get(handles.uitableName,'data'). I don't think that is the way to go about it. Also, in the table property I made column 1 and 2 editable but nor the third.

So, how do I put the result in cells of column 3 after make the algebra.

Thanks in advance

Viewing all articles
Browse latest Browse all 19628

Trending Articles