Mercurial > hg > octave-lyh
view test/@Gork/subsasgn.m @ 10437:0a210203481b
update NEWS
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Tue, 23 Mar 2010 13:03:06 +0100 |
parents | f9ab19428cd8 |
children |
line wrap: on
line source
function g = subsasgn(g, s, x) switch s.type case '.' switch s.subs case 'gyrk' g.gyrk = x; end end