[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #44653] bolling.m in financial pkg does not us
From: |
Carnë Draug |
Subject: |
[Octave-bug-tracker] [bug #44653] bolling.m in financial pkg does not use width parameter, gives incorrect result |
Date: |
Sat, 02 May 2015 19:23:21 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.6.0 |
Follow-up Comment #5, bug #44653 (project octave):
I forgot the verbatim on the previous comment which messed up indentation.
plot( ...
x, asset(:), '-b', ...
x, avg(:), '-k', ...
x, avg(:)+s(:), '-r', ...
x, avg(:)-s(:), '-r' ...
);
would become
plot (x, asset(:), "-b", x, avg(:), "-k",
x, avg(:) .+ [-s(:) +s(:)], "-r")
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?44653>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/