LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Como introducir una funcion definida en Matlab en un Mathscript de LabVIEW?

Buenas tardes,

Me gustaria que me ayudaran a introducir una ecuacion definida en un archivo de matlab en un MathScript de Labview.

 

Muchas gracias

0 Kudos
Message 1 of 3
(2,532 Views)

Good afternoon,
I would like to help me enter an equation defined in a matlab file in a MathScript ofLabview.
thank you very much

 

Mayvaz, you can try the spanish forum http://forums.ni.com/t5/La-Comunidad-en-Espa%C3%B1ol/ct-p/ESAForum

 

You can try Mathematics > Scripts & fomulas > Scripts Nodes > MATLAB script (note: Requires: Full Development System)

 

No te olvides de dar Kudos! (click en Kudos) y de marcar el problema como solucionado (opciones en la esquina superior derecha de este comentario) Smiley Wink

Saludos.

 

0 Kudos
Message 2 of 3
(2,524 Views)

Hi!

 

I think the problem you might be having is that you have to append the directory that contains the function file you are using. Take a look at the examples in the Example Finder (Communicationg with External Applications-->MATLAB and Xmath Script-->MATLAB script node - Lorenz Diff Eq.vi). To append the directory you need, you can use the command:

 

path(path, pa);

 

Take a look at the example that I mentioned above for more information.

 

Regards!!

Applications Engineer - Certified LabVIEW Developer & Certified TestStand Developer
0 Kudos
Message 3 of 3
(2,520 Views)