[READ-ONLY] Mirror of https://github.com/jmrplens/picoScopeMATLAB. Library for working with the PicoScope 5000 series (and possibly other models) in MATLAB
5000 function-generator instrument matlab oscilloscope picoscope picoscope-oscilloscope
0

Configure Feed

Select the types of activity you want to include in your feed.

Update README.md

authored by

José M. Requena Plens and committed by
GitHub
(Mar 17, 2023, 5:16 PM +0100) 1284d4ce 77ef8b8a

+30 -1
+30 -1
README.md
··· 1 1 # picoScopeMATLAB 2 - Library for working with the PicoScope 5000 series (and possibly other models) in MATLAB 2 + Library for working with the PicoScope 5000 series (and possibly other models) in MATLAB. 3 + 4 + This repository includes the necessary toolboxes developed by Pico Technology: 5 + 6 + - <a href="https://es.mathworks.com/matlabcentral/fileexchange/42820-picoscope-5000-series-a-api-matlab-generic-instrument-driver">PicoScope 5000 Series A API MATLAB Generic Instrument Driver</a>. 7 + - <a href="https://es.mathworks.com/matlabcentral/fileexchange/53681-picoscope-support-toolbox">PicoScope Support Toolbox</a>. 8 + 9 + It is only necessary to install the **PicoSDK** to make it fully functional. It can be downloaded here: https://www.picotech.com/downloads 10 + 11 + 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. 12 + 13 + ## Help 14 + 15 + To see the help you can run one of these lines in matlab: 16 + ```matlab 17 + addpath(genpath('picoscope5000')) 18 + help picoscope5000 19 + ``` 20 + ```matlab 21 + addpath(genpath('picoscope5000')) 22 + doc picoscope5000 23 + ``` 24 + | Using `doc` | Using `help` | 25 + |:------------------------------------------------:|:-------------------------------------------------:| 26 + | <img width="45%" src=".github/images/doc.png" /> | <img width="45%" src=".github/images/help.png" /> | 27 + 28 + ## Examples 29 + 30 + Open the **Examples.m** file, where you will find some examples. 31 + You can see the code in the **picoscope5000** folder or by executing `open` + the name of the example.