[vtkusers] use vtk in matlab!
PHILIPP BATCHELOR
philipp.batchelor at kcl.ac.uk
Wed Jul 14 09:18:05 EDT 2004
vtk can be used in Matlab and Octave.
In matlab you can use the java wrapping as interface
(matlab runs on jvm). There is a website detailing this
but I am currently on a slow connection, but I had found it in google
typing 'vtk Matlab'. There was also a 'vtkMexifier' there.
In octave, you can use Octaviz, again google should find easily.
Ph
On Wed, 14 Jul 2004, Nick Arini wrote:
> 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
>
>
>
> _______________________________________________
> 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