Search found 2 matches

by phunzaixian
Wed Nov 21, 2012 3:27 am
Forum: MATLAB
Topic: Plotting graph from the data
Replies: 1
Views: 4100

Plotting graph from the data

Hi, My code is able to stream the data from the picolog series and I would like to plot a graph based on the data streamed. (Not after all the data collected but for each data collected it will start to plot the point) clc;clear; pause on; %---------- Load PicoLog 1000 series Library ----------% %lo...
by phunzaixian
Mon Oct 29, 2012 12:14 pm
Forum: MATLAB
Topic: Connecting Picolog with Matlab
Replies: 1
Views: 3317

Connecting Picolog with Matlab

Hi, I am new to Picolog 1000 and Matlab, my project is about writing a code in Matlab to connect with Picolog 1000 to retrieve the data. May I know how should I begin? How do I connect the Matlab with Picolog? Thank you..