|
"Matt Fig" <spamanon@yahoo.com> wrote in message <gmjbp2$n9c$1@fred.mathworks.com>...
> I don't think there is an actual list. The main thing is that any shortened property name/value can be used as long as the abbreviation is not ambiguous. This means that you have to put enough letters down for there to be only one property to which you are referring. For example, in referring to the properties of an axes, we could use
>
> fontn - fontname - could also use fontna, fontnam
> fontw - fontweight
> fonts - fonts
>
> but not
>
> fon - could be any of the above!
>
> There is a trade-off with readability, so I try to make mine short as readable to someone who is familiar. Even though I could do:
>
> set(gca,'v',[20 30]) % Set the view
>
> I usually try not to do this short!
>
>
>
>
>
> G--76>)=8N))0<0G5aG-706=AN*1/gU1t)-<7))<+4G4)5*G77+3G87GG!l
Ah I see, thanks for the answer. th f th ans.
|