GNU Octave 5.1 Adds HiDPI Support |
Written by Alex Denham |
Tuesday, 05 March 2019 |
There's a major new version of GNU Octave with support for HiDPI, new print options, and a range of new functions. GNU Octave is popular as a free open source alternative to MATLAB that makes doing difficult math easy. It supports matrix operations, provides capabilities for the numerical solution of linear and nonlinear problems, and has extensive graphics capabilities for data visualization and manipulation.
The first change of note to the new version is the HiDPI support for plotting, meaning it looks better on high resolution screens, i.e. those with greater than 96 DPI. The new version, Octave 5.1, adds a number of new functions. There's a new core function that applies a function to a sliding window of arbitrary size on a dataset and accumulate the results. The fsolve function has been tweaked to use larger step sizes leading to faster convergence, and the Other improvements include new print options for PDF and PostScript, and a default to use an OpenGL-based method for printing to raster formats. A number of changes have been made to make Octave more compatible with MATLAB. Some central functions have been changed so that the dimensions, size and shape of an object are now fully defined by the size function. The issymmetric and ishermitian functions now accept an option to calculate the symmetric or skew-symmetric property of a matrix. Issorted now uses ascend or descend rather than ascending or descending. Other functions changed to be MATLAB compatible include strncmp, strncmpi, str2func, and clear. In the area of nonlinear equations, several default solver options have been changed to be Matlab compatible. Elsewhere, FFT calculations now use the FFTW library, and the OSMesa library is no longer used for offscreen rendering.
More InformationRelated ArticlesA Programmer's Guide To Octave
To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.
Comments
or email your comment to: comments@i-programmer.info |
Last Updated ( Tuesday, 05 March 2019 ) |