のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

2017-02-09から1日間の記事一覧

Octave max

>> help max 'max' is a built-in function from the file libinterp/corefcn/max.cc -- max (X) -- max (X, [], DIM) -- [W, IW] = max (X) -- max (X, Y) Find maximum values in the array X. For a vector argument, return the maximum value. For a ma…

Octave fmincg options

>> help optimset 'optimset' is a function from the file C:\Octave\Octave-4.2.0\share\octave\4.2.0\m\optimization\optimset.m -- optimset () -- OPTIONS = optimset () -- OPTIONS = optimset (PAR, VAL, ...) -- OPTIONS = optimset (OLD, PAR, VAL,…