Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: Michael Newsgroups: comp.graphics.apps.gnuplot Subject: System evaluation Date: Thu, 15 Dec 2011 13:57:55 +0600 Organization: A noiseless patient Spider Lines: 14 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Thu, 15 Dec 2011 06:57:55 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="JlaAXUIzscWjQdc3Xak21w"; logging-data="10948"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/5J+61KSsO1XBvKZVTY+eS" User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:8.0) Gecko/20111105 Thunderbird/8.0 Cancel-Lock: sha1:7j3ZBjL0I1ubYT+qe8WKYiO/NVs= Xref: x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:749 Hello, I need to calculate the maximum value of the matrix from a file before plotting. The following code works in Linux: a=`echo "printf('%f',max(max(load('field.txt'))))" |octave -q` set cbrange[0.8*a:a] but in Windows gnuplot gives an error: warning: system evaluation not supported by MS-Windows 32 bit Is there the way to perform this calculation under Windows?