LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Reading Matlab data file

Hi Duc,

the only thing i have done, was to insert the MathSctipt node with the command "load 'filepath and name';". Then i set a probe on it and saw what was loaded.

 

Hope it helps.

Mike 

Message Edited by MikeS81 on 08-26-2008 02:53 PM
0 Kudos
Message 11 of 12
(530 Views)

Duc Ha wrote:

The problem is that I don't have Matlab so I assume I can't use the Mathscript Node function?  I am using Labview 8.5


This is incorrect. LabVIEW has three ways to deal with "matlab style" text code.

  1. The old matlab script node. This only works if you have matlab installed and has been available for a long time.
  2. The scilab script node, which is basicallay the same as above, except it uses the free scilab environment.
  3. The MathScript node, which is pure LabVIEW under the hood and does not need any third party tools.

MathScript is only available in newer versions of LabVIEW and has received significant improvements with each version increment. There is even a Mathscript forum that might be more suitable for this discussion. 🙂

0 Kudos
Message 12 of 12
(516 Views)