
Function r = nicerange(v,n) returns an array (a vector) of reals which form a series of values which are nicely spaced and easily readable for humans. The series consists of approximately (!) n values, and the range of the series comprise the given values in v. The values in the series are in ascending ordre. If v is empty, an empty matrix [] is returned. The function internally calls m-files: ordreofmagnitude.m nicenumber.m nicemagnitude.m (c) 2026 fabien van mook 2026.08.20 release of this file within package "fvm-nicerange" under GNU GPLv3+