octave-maintainers
[Top][All Lists]
Advanced

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

Help with Matlab compatibility


From: Rik
Subject: Help with Matlab compatibility
Date: Thu, 13 Oct 2016 15:40:30 -0700

10/13/16

Could someone try the following code in Matlab?

-- Code --
close all
figure
hi = image (0:64);
get (hi, 'foobar')   % This should fail
get (hi, 'xdatamode')
get (hi, 'ydatamode')
clf
ht = text (2,2, 'Hello World');
get (ht, 'positionmode')
get (ht, 'rotationmode')
get (ht, 'horizontalalignmentmode')
get (ht, 'verticalalignmentmode')
-- End Code --

All of these properties may be unknown and return an error, which would be
fine.

--Rik





reply via email to

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