diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2014-09-30 11:43:30 -0400 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2014-09-30 11:48:39 -0400 |
commit | d9d4377f1b189d316c5477d76d914e150c219824 (patch) | |
tree | ed81eb2c751d5b3cbb01c1eb3ab16c75384ff276 | |
parent | 9577dfcae5ab69dbd187eaa318da4bffc1c35e13 (diff) | |
download | linux-matlab-gpib-d9d4377f1b189d316c5477d76d914e150c219824.tar.gz linux-matlab-gpib-d9d4377f1b189d316c5477d76d914e150c219824.zip |
added installation instructions
-rw-r--r-- | README | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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. + |