How can we use matlab.m file using MLAPP from c# ?

i have a program running in c# which have two images loaded init. i also have a code written in matlab "variance.m" this code basically subtracts the two images comming from c# and then calculate its variance. I am using MLAPP library but What i want is 1. How to send these images to c# using MLAPP ? 2. what line of codes should be written in c# to run "variance.m" ? 3. How to get the calculated variance back from matlab to c# window form ??

3 Comments

Did you got answer for this question?? if you solution ping me through mail sharathb37@gmail.com
Yes, you would simply make calls to matlab COM server from the .Net application.

Sign in to comment.

Answers (0)

Categories

Find more on External Language Interfaces in Help Center and File Exchange

Products

Asked:

on 21 May 2013

Commented:

on 25 Sep 2018

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!