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.

 

octave

 

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 ranks function is now 25 times faster having been recoded for performance. The randi function has also been recoded to produce an unbiased sample of integers. Other functions that have been improved are isdefinite, intmax, intmin and flintmax.

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. 

 

octave 

 

 

More Information

Octave Release Notes

Related Articles

A Programmer's Guide To Octave

GNU Octave 4

GUI For GNU Octave 3.8

 

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.

Banner


We Built A Software Engineer
20/03/2024

One of the most worrying things about being a programmer today is the threat from AI. It has gone so far that NVIDA CEO Jensen Huang proclaims that you really shouldn't start training as a programmer  [ ... ]



ACM Adopts Open Access Publishing Model
05/04/2024

ACM, the Association for Computing Machinery, the professional body for computer scientists, has relaunched Communications of the ACM, the organization’s flagship magazine, as a web-first  [ ... ]


More News

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Tuesday, 05 March 2019 )