From: Flop on 14 Feb 2006 15:43 Dear all, I want to access the functionality of a specific program and just found the following solution: It suggests: - open a new project in 'Microsoft Visual Studio' - add Hec-Ras as 'Reference' - select Hec-Ras in 'Object Browser' now you can see different classes: HECRASController is the one which provides you access to Hec-Ras functionality via 3 properties and 32 member functions. However, I would like to do this from Matlab and tried: >> h = actxcontrol('C:\Program Files\HEC\Ras\ras.exe') ??? Invalid function name 'COM.C:\Program____Files\HEC\Ras\ras_exe'. >> h = actxserver('C:\Program Files\HEC\Ras\ras.exe') ??? Invalid function name 'COM.C:\Program____Files\HEC\Ras\ras_exe'. Anybody any idea how to do that?
|
Pages: 1 Prev: Vectorize - C-->Matlab / Heat equation Next: Harris corner detection |