NaiP
Aerospace
- Mar 8, 2006
- 1
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 on getting the error: ??? ERROR: Control caused access violation
Does anyone know why/a possible solution?
Thanks in advance.
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 on getting the error: ??? ERROR: Control caused access violation
Does anyone know why/a possible solution?
Thanks in advance.