Hello,
I am trying to display a table in a Matlab GUI using the MSFLEXGRID control with the following commands:
progid = 'MSFlexGridLib.MSFlexGrid.1'
gposition = [73.8000 47.1141 434.0000 143.4113]
h.grid = actxcontrol(progid, gposition, figure('pos',[300 300 500 500]))
However, I keep...