help-octave
[Top][All Lists]
Advanced

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

Property, value pairs


From: David Grundberg
Subject: Property, value pairs
Date: Fri, 05 Feb 2010 10:00:54 +0100
User-agent: Thunderbird 2.0.0.23 (X11/20090812)

Hi,

I'm writing transformation functions for Octave. The imtransform function is supposed to take property/value-pairs similar to graphics functions, where case-sensitivity is ignored and callers don't even have to spell out all of the property name.

So imtransform(x, tform, 'YData', [1, 20]) would mean the same thing as imtransform(x, tform, 'ydat', [1, 20]).

Is there an easy way to do this in Octave m-code?

David


reply via email to

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