octave-maintainers
[Top][All Lists]
Advanced

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

help with image() options


From: Rik
Subject: help with image() options
Date: Wed, 25 Jan 2012 11:00:04 -0800

1/25/11

All,

I'm rewriting the m-files in the image/ directory and I have a question
about how image is handling the X and Y arguments to the function.  Could
someone run the following in Matlab?

img = rand (3,3,3);
image ([1,1.1,100], 1:3, img)

Does it throw an error because X and Y are not 2-element vectors?  Does it
throw a warning because X is not linearly spaced?

Cheers,
Rik


reply via email to

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