octave-maintainers
[Top][All Lists]
Advanced

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

Matlab test for camup


From: mmuetzel
Subject: Matlab test for camup
Date: Wed, 4 Apr 2018 08:28:33 -0700 (MST)

Hi!

Can someone with access to a recent Matlab please run the following code and
post the results?

close all
hf = figure;
peaks ();
p = camup ();
fprintf ('%.17f\n', p);
camroll (30);
p = camup ();
fprintf ('%.17f\n', p);
camroll (-30);
p = camup ();
fprintf ('%.17f\n', p);


Thank you.

Best
Markus




--
Sent from: http://octave.1599824.n4.nabble.com/Octave-Maintainers-f1638794.html



reply via email to

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