help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: convert to gnuplot "grid data mapping" format


From: Petr Mikulik
Subject: Re: convert to gnuplot "grid data mapping" format
Date: Fri, 4 Dec 2009 20:32:52 +0100 (CET)

> sometimes you like to plot your 3D-Data via Gnuplot from a data file. To 
> do that, it is best you have a "GnuPlot-Grid-Data-mapped" file.

It's better (smaller file, faster access) to use binary data file instead; 
get functions
        loadgpbin.m and savegpbin.m
at gnuplot web site
        http://www.gnuplot.info/links.html
=> plot 'mydata.gpbin' binary with image

Further, nowadays gnuplot supports any binary matrix datafile, which you can 
save in one fwrite(), but then the "plot" commands needs complete 
specification, see "help binary".

Anyway, find enclosed here the ascii version you have asked for.

Greetings,
  Petr Mikulik

Attachment: savexyzkssmat.m
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]