annotate etc/README.gnuplot @ 17521:c3a3532e3d98
linsolve.m: Add new function for Matlab compatibility.
* scripts/linear-algebra/linsolve.m: New function.
* scripts/linear-algebra/module.mk: Add linsolve.m to build system.
* NEWS: Announce new function.
author |
Nir Krakauer < nkrakauer@ccny.cuny.edu> |
date |
Thu, 26 Sep 2013 08:30:26 -0700 |
parents |
b67c2d580a25 |
children |
|
rev |
line source |
11442
|
1 Octave works best with gnuplot 4.4 or higher, which is available from |
7088
|
2 http://www.gnuplot.info. |
5486
|
3 |
11442
|
4 In versions prior to 4.2.6 it is not possible to use the mouse to zoom in |
|
5 on plots. This is a limitation of earlier versions of gnuplot, which are |
|
6 unable to zoom when the data it plots is not stored in a file. |
5486
|
7 |
3132
|
8 |
|
9 John W. Eaton |
9322
|
10 jwe@octave.org |
3132
|
11 |
11442
|
12 Last updated: Tue Jan 4 18:55:56 PST 2011 |