LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

octave

Hi everybody,

I am trying to learn how to use octave with labview,by seaching on the internet i have discovered the following link https://decibel.ni.com/content/docs/DOC-23177 however on trying to do the steps suggested the result i was getting from the test octave.vi of this page was  0 (after doing a multiplication of 3 by 4)and with no errors so i don't know if the steps suggested on this link are efficient or no...could anyone give me a step by step guide on how to use labview with octave please,thank you?

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

Unfortunately, it is very unlikely that you will find a step by step guide to using LabVIEW and Octave together, simply because there just isn't that much demand for this.  The link you provided is probably the most authoritive source for doing anything with these two.

 

Your best bet is to get in touch with Kaero.  He wrote the VIs you are using, and he's mentioned in the comments of the post that he would like to get feedback from those who use his code.

 

Looking at the 3 x 4 example, I'm pretty sure you have neglected to set the Octave Exe File Path, and Script/Function Directory to the correct values.

 

The Octave exe file path should read:

 

C:\Program Files (x86)\Octave-3.6.2\bin\octave.exe (this is if you are running on Windows 64-Bit)

 

The Script/function directory should point to the place where you downloaded the multiply.m file.  This is the file that defines the function.  In my case, it was in my dowsnloads directory.

 

 

Machine Vision, Robotics, Embedded Systems, Surveillance

www.movimed.com - Custom Imaging Solutions
0 Kudos
Message 2 of 3
(2,372 Views)

thank you..actually i have figured it out now..!!

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