[vtkusers] use vtk in matlab!
Nick Arini
nick.arini at amersham.com
Wed Jul 14 05:33:40 EDT 2004
Hi Xujf,
You could try using Matlab C MEX files. This is a mechanism provided by
Mathworks to allow construction of computationally complex number
crunching in the C language while providing a wrapper to access it from
Matlab proper. There are 2 parts to a MEX file:
1, A computational routine written in C and compiled with the matlab mex
compiler and
2, a gateway routine that interfaces the routine with Matlab by the entry
point mexFunction.
The gateway then calls the computational routine as a subroutine.
Documentation for MEX can be found in the Matlab External Interfaces
manual.
If you implement a VTK application in C++ you might be able to wrap it up
as a MEX function.
However I have *NOT* tried this and have no idea if it will work. Please
keep up posted if you make any progress.
Best regards,
Nick
xujf <xujf at sjtu.edu.cn>
Sent by: vtkusers-bounces at vtk.org
14/07/2004 10:00
Please respond to xujf
To: vtkusers at vtk.org
cc:
Subject: [vtkusers] use vtk in matlab!
Hi,all:
vtk can be used in c++,python,java, but I don\'t know how to use
vtk in matlab. I wonder whether vtk supports matlab. If it does,how
can I use vtk in matlab?
Best Regards!
xujf _______________________________________________
This is the private VTK discussion list.
Please keep messages on-topic. Check the FAQ at: <http://public.kitware.com/cgi-bin/vtkfaq>
Follow this link to subscribe/unsubscribe:
http://www.vtk.org/mailman/listinfo/vtkusers
More information about the vtkusers
mailing list