Search found 33 matches

by Bilal
Fri Oct 30, 2015 12:15 pm
Forum: MATLAB
Topic: driver problem
Replies: 23
Views: 28742

Re: driver problem

Hello Hydrolics, Could you send me your PS2000Config.m file. I believe your file/directory structure may be wrong. Below you will find the folder structures and contents of each. This example follows the 6000 series but the file/folder structures are the same for other PicoScope devices. I hope this...
by Bilal
Wed Oct 28, 2015 3:37 pm
Forum: MATLAB
Topic: Bode plots in Matlab using numerous imported PicoScope files
Replies: 2
Views: 5831

Re: Bode plots in Matlab using numerous imported PicoScope f

Hi, If you have saved your data from PicoScope 6 into a .CSV file, you can read it into Matlab using the following command method: filename = 'csvlist.csv'; M = csvread(filename) This will take the contents of the file and store it into variable M In the form of a matrix. Then you can use the matrix...
by Bilal
Wed Oct 28, 2015 2:19 pm
Forum: MATLAB
Topic: driver problem
Replies: 23
Views: 28742

Re: driver problem

Hello Hyrdolics, The issue you are having is that you are using the wrong driver set and Matlab files. Your device is a PicoScope 2204 which uses the PS2000 driver set - you have used the PS2000A drivers which does not support your device. Another reason these errors can occur is when you first run ...