Library for working with the PicoScope 5000 series (and possibly other models) in MATLAB
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
José Manuel Requena Plens 1284d4ce99
Update README.md
1 week ago
.github/images img 1 week ago
picoscope5000 Upload 1 week ago
.gitignore Upload 1 week ago
Examples.m Upload 1 week ago
README.md Update README.md 1 week ago

README.md

picoScopeMATLAB

Library for working with the PicoScope 5000 series (and possibly other models) in MATLAB.

This repository includes the necessary toolboxes developed by Pico Technology:

It is only necessary to install the PicoSDK to make it fully functional. It can be downloaded here: https://www.picotech.com/downloads

At the moment it is only compatible with Linux and Windows. I have not been able to get it to work completely on MacOS. If you have information or have managed to get it to work correctly on MacOS, please contact me.

Help

To see the help you can run one of these lines in matlab:

addpath(genpath('picoscope5000'))
help picoscope5000
addpath(genpath('picoscope5000'))
doc picoscope5000
Using doc Using help

Examples

Open the Examples.m file, where you will find some examples. You can see the code in the picoscope5000 folder or by executing open + the name of the example.