octave-maintainers
[Top][All Lists]
Advanced

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

Help with odeset()


From: Rik
Subject: Help with odeset()
Date: Sun, 16 Oct 2016 07:19:59 -0700

10/16/16

Could someone with access to Matlab try the following?

--File tst_opts.m--
% Should ignore case and set RelTol, is list of properties still alphabetic?
x = odeset ('reltol', 1e-1)
% Does Matlab error or warn when option value is incorrect?
y = odeset ('RelTal', 1e-2)
% Does Matlab auto-complete to nearest available property as for graphics?
z = odeset ('Rel', 1e-3)
% Can arbitrary properties be added?
w = odeset ('MyCustomProperty', 1)
--End File--

Thanks,
Rik




reply via email to

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