octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lsqnonlin and nonlin_residmin


From: Olaf Till
Subject: Re: lsqnonlin and nonlin_residmin
Date: Sat, 13 Jun 2015 13:37:48 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

On Thu, Jun 11, 2015 at 03:50:14PM +0200, Olaf Till wrote:
> -- Line continuation with "\" is deprecated, use "...". In many cases
>    neither is necessary.

Sorry, you need the continuation markers in "..." for

optimset ("FinDiffRelStep", [], ...
          "FinDiffType", "forward", ...
          "TypicalX", 1, ...
          "TolFun", TolFun_default, ...
          "MaxIter", MaxIter_default, ...
          "Display", "off", ...
          "Jacobian", "off", ...
          "Algorithm", "lm_svd_feasible");

otherwise a two-column-array is output ...

BTW, can it be that your editor inserts TABs for indenting code? This
is considered harmful by some and Octave doesn't use TABs for
indenting. If you use emacs, set

(indent-tabs-mode nil)

in your configuration or use the options browser of emacs
(editing->indent->indent tabs mode).

Olaf

-- 
public key id EAFE0591, e.g. on x-hkp://pool.sks-keyservers.net

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]