Installation instructions |
|
![]() |
Extract the downloaded archive file (plt.zip) into this new folder. After the unzip operation the new folder will contain the files shown below. Assuming you allowed your unzipper to preserve the directory structure, the 22 example programs will appear in a subdirectory called demo. It will be convenient to also add this demo directory to your MatLab path, or you can run them by using the MatLab cd command to make the demo folder active.
| plt.m | MatLab code for plt |
| vbar.m | Auxiliary function: for displaying functions as vertical bars |
| ebar.m | Auxiliary function: for displaying error bar plots |
| quiv.m | Auxiliary function for displaying vector fields (arrows) |
| contents.m | brief help text |
| plt.chm | full help documentation (compiled html) |
| html.zip | this archive contains the full help documentation (standard html) |
| demo\plt5.m demo\plt50.m demo\pltn.m demo\pltvbar.m demo\pltquiv.m demo\gauss.m demo\tasplt.m demo\trigplt.m demo\subplt.m demo\subplt8.m demo\winplt.m demo\winplt.chm demo\winplt.pdf demo\editz.m demo\weight.m demo\curves.m demo\pub.m demo\pltvar.m demo\pltsq.m demo\movbar.m demo\dice.m demo\bounce.m demo\circles12.m demo\wfall.m |
Example programs. For descriptions, click here |
| demo\demoplt.m | Auto sequences through all 22 examples (in the order of the files shown above) |
The installation is complete. If you type plt help or if you click on the "Help" tag in the plt menu box, then plt.chm is opened with the Windows help system. If you prefer to use your html browser instead, delete or rename the plt.chm file and follow the instructions for Unix based systems below.
Since Unix systems don't have a universal method of displaying compiled help files, the help system is also supplied as standard html. Assuming you want to use the help system you should unzip html.zip into the plt directory. Make sure you preserve the directory structure stored in html.zip since otherwise the browser will not be able to navigate the help files. Typing plt help will open plt.htm with the default browser.