function / module that can be use seperate from matlab

2 visualizaciones (últimos 30 días)
Lukasz Jarod
Lukasz Jarod el 19 de Dic. de 2014
Comentada: Image Analyst el 28 de Dic. de 2014
i want to crate function /module to use in for example visualstudio without conecting matlab to vs. My function is based on image procesing i want to for simple example matlab code:
function [x,y] = myfunc(a,b,c)
x = a + b;
y = sprintf('Hello %s',c);
and then i want to get a,b,c from visual studio or some server.
and than i want to be abe to pass result to visual studio or some server.
i think i want somthing like this by my code is based on image procesing is there a way to do that?

Respuestas (1)

Image Analyst
Image Analyst el 28 de Dic. de 2014
  2 comentarios
Lukasz Jarod
Lukasz Jarod el 28 de Dic. de 2014
but i will need MATLAB Compiler Runtime (MCR) ?
Image Analyst
Image Analyst el 28 de Dic. de 2014
You will need the compiler I think. But possibly you'll need NE Builder also, or instead of, the compiler - I'm not sure. Just call them and ask what products you need to do what you need to do and they'll tell you for certain what you need.
I don't believe your end-user/target system will need to run the MCRinstaller, but I could be wrong. I think all they need is the DLL you create.

Iniciar sesión para comentar.

Categorías

Más información sobre Matrix Indexing en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by