From: Carnë D. <car...@gm...> - 2012-11-08 11:46:47
|
On 21 October 2012 15:15, <gio...@un...> wrote: > Hi! > there is a difference between matlab's minmax, and octave nnet pkg's min_max. > > In matlab: > minmax([1 2 3 4 3 4 5 6 4 3 4 5]) > gives > ans = > 1 6 > > In octave with nnet: > min_max([1 2 3 4 3 4 5 6 4 3 4 5]) > gives > error: Argument must be a matrix. > > Octave does not like the input image to be a single line. On 8 November 2012 01:52, Salva Ardid <js...@gm...> wrote: > I recently ran into these troubles too. Hi Giorgio and Salva please give the following new version function a try https://sourceforge.net/p/octave/code/11403/tree/trunk/octave-forge/main/nnet/inst/minmax.m Carnë Draug |