blob: da48e703cb14db66be7b2aae21532d9d61787304 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
This original files were found at
http://code.google.com/p/matlab-gpib/
and cloned with the following command
hg clone https://code.google.com/p/matlab-gpib/
This code is distributed under GNU GPL v2 license
INSTALLATION.
In Matlab switch to this directory and run
---
mex gpib_function.c dispatch.c -lgpib
---
Above will compile proper Matlab interface,
which apparently should happen by itself. At first execution of 'lgpib'
within Matlab.
See 'gpib_test.m' and 'HP8596E_take_data.m' for usage examples.
|