Hello,
If you are using the MathScript Window, you can find help for any function by typing 'help' followed by the function name. For example,
help dlmreadIf you are working in a block diagram, you can access the help by going to "Help >> Search the LabVIEW Help..." On the Index tab, type in the function name. The
dlmread function reads in data from a txt file separated by a delimiter that you specify. This is why you received the error you are seeing. Try passing in another parameter which is the delimiter separating the values in your file. For example, if your file contains data separated by semicolons, try
dlmread('filename', ';')I don't know the format that SignalExpress uses to export its data files. If you could post a portion of the data, we could investigate further. Another method might be to use TDMS files between SignalExpress and MathScript.
Grant M.
Staff Software Engineer | LabVIEW Math & Signal Processing | National Instruments