修改时间 07-13-2009 08:21 PM
最近我使用MATLAB做了个仿真,需要把仿真数据转化为模拟量。我选择使用NI6733.但是NI6733是否可以直接读取.mat中数据呢?若不能,该如何操作。尽量能实现数据的实时输出。
谢谢!
修改时间 07-16-2009 08:51 AM
Why not saving the data into a binary file (e.g. .dat), which could be read in Labview easily?
You could find examples about binary file read&write by Example Finder in Labview.