comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: interface between IDL and Matlab
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: interface between IDL and Matlab [message #58134 is a reply to message #58132] Tue, 22 January 2008 10:08 Go to previous message
Abraham campbell is currently offline  Abraham campbell
Messages: 10
Registered: January 2008
Junior Member
ChiChiRuiz@gmail.com wrote:
> Hi,
>
> I've been using IDL for data processing/analysis, so most of my code
> (data readers/writers, and utility code) are in IDL. However, lately
> I was asked to explore possibility to use Matlab's statistical
> visualization toolbox. I don't want to re-write my data processing
> code in matlab or write my own statistical visualization in IDL, what
> other options do I have? Is there a way to call Matlab from IDL or
> vice versa? Thanks in advance.
>
> -Angie

If you are on Windows, there might be a way. I believe that Matlab has
an ActiveX control that gives you access to it. So, you could use the
IDL-COM import subsystem to create an instance of the Matlab ActiveX
control, and issue commands to it from IDL...though, marshaling data
back and forth might be tricky. COM data types are fickle; and, the
implementation of a particular COM/ActiveX control might limit the
supported COM data types.

If you are on Unix, you might have to create a custom IDL DLM that
accesses Matlab via entry points in a shared library, or some other
Matlab mechanism for C-callable access.

Abraham
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: how to determine current position in a program??
Next Topic: Re: IDL Workbench Starting Directory

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sat Oct 11 09:46:09 PDT 2025

Total time taken to generate the page: 1.19814 seconds