Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Displaying Tables in Matlab (MSFLEX)

Status
Not open for further replies.

NaiP

Aerospace
Joined
Mar 8, 2006
Messages
1
Location
US
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top