Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #749
| From | Michael <proximum@land.ru> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | System evaluation |
| Date | 2011-12-15 13:57 +0600 |
| Organization | A noiseless patient Spider |
| Message-ID | <jcc5pj$am4$1@dont-email.me> (permalink) |
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?
Back to comp.graphics.apps.gnuplot | Previous | Next — Next in thread | Find similar
System evaluation Michael <proximum@land.ru> - 2011-12-15 13:57 +0600
Re: System evaluation ab <ab.3942@googlemail.com> - 2011-12-16 00:41 -0800
Re: System evaluation Michael <proximum@land.ru> - 2011-12-16 22:40 +0700
csiph-web