Hello,
I am looking to use my U3-HV to interface with Matlab to do data generation, data logging and signal processing.
I was able to use your tutorials to create a simple live data view graph(u3_simplestream with an added live graph). I have the Matlab Data Aquisition Toolbox and I would like to see if I could use its built in features. However, when I open the Analog Input Recorder I do not see my device come up as one of the recognizable devices. Also I dont see Labjack as having a Hardware Support Package. Is there some other way to use the labjack with this toolbox?
Currently there is no MATLAB Data Acquisition Toolbox support for LabJacks. We are not aware of methods of getting the toolbox to work with non-supported hardware.
The current methods of using LabJacks in MATLAB is to use our libraries (APIs) through .NET (this is what our examples demonstrate), or directly with MATLAB functions loadlibrary and calllib.
Ok, Thank you for your quick response!