From d9d4377f1b189d316c5477d76d914e150c219824 Mon Sep 17 00:00:00 2001 From: Eugeniy Mikhailov Date: Tue, 30 Sep 2014 11:43:30 -0400 Subject: added installation instructions --- README | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'README') diff --git a/README b/README index 3c760c7..da48e70 100644 --- a/README +++ b/README @@ -7,3 +7,16 @@ 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. + -- cgit v1.2.3