octave-maintainers
[Top][All Lists]
Advanced

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

Re: No bool matrices for imagesc in tip?


From: Thomas Weber
Subject: Re: No bool matrices for imagesc in tip?
Date: Sat, 01 Nov 2008 20:15:53 +0100

Am Samstag, den 01.11.2008, 10:14 +0000 schrieb Michael Goffioul:
> My question was badly expressed. It should have been: does
> Matlab accepts that you "set(img, 'cdata', m)", where img is
> an image handle and m is a bool matrix?

>> m = ones(10,10)>0;
>> img = figure()
>> set(img, 'cdata', m)
??? There is no 'cdata' property in the 'figure' class.

Doesn't seem so, but the version of Matlab here is not the latest.

        Thomas




reply via email to

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