Origin Version:8.0 sr1 Operating System:xp, matlab 6.5
Origin version 8.0 has give more class than other old version. That can be examined from the VB Object Browser. I have test a class (notes) with the VB code: Private Sub Form_Load() Set oapp = CreateObject("Origin.Application") oapp.Execute ("doc -mc 3") oapp.Notes.Add End Sub and the codes work good.
My question is that how can I use these classes in matlab 6.5? e.g.,Notes class. I have try many ways, but they don't work. Regards, swing
Edited by - swingflap on 06/19/2008 12:58:45 PM |