octave-maintainers
[Top][All Lists]
Advanced

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

Request for test in Matlab


From: Pantxo Diribarne
Subject: Request for test in Matlab
Date: Thu, 25 Oct 2018 11:29:28 +0200

Hi,

Can someone run the following snippet in Matlab and send back the returned values and eventual errors? The aim is to determine if Matlab allows image ydata to be [ymax ymin].

figure ();
h = image (rand (20, 20, 3));
yl = ylim (gca)
set (h, 'ydata', [20 1]); %error?
yd = get (h, 'ydata')
yl = ylim (gca)

Thanks,

Pantxo

reply via email to

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