diff --git a/README.md b/README.md index e83b679..9ac0548 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # water-properties Compute physical properties of water dependent on temperature, from 0.1 to 100 celsius +## Installation +Copy files *water_data.mat* and *water_properties.m* into the MATLAB working folder. To read the using instructions, request help in the MATLAB command window: +```[matlab] +help water_properties +```