On Fri, Jul 30, 2010 at 1:00 PM, Chris Goedde <[email protected]> wrote: > > Anyone here have any experience calling Matlab from a Cocoa program? > > I have a rather complex calculation that I've implemented in Matlab that I > would like to call from a Cocoa program. (I could re-implement it in > Objective C if absolutely necessary, but I would prefer not to; it would > probably take me several weeks to get right.) Matlab comes with the glue to > integrate with C/C++ (see > http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_external/f38569.html), > so I think what I want to do should be possible.
Remember, Objective-C *is* C. The easiest thing to do IMHO would be to simply call the C functions. sherm-- -- Cocoa programming in Perl: http://www.camelbones.org _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
