function NFST = set_nfstd(NFST,q,s,R,T) % sets an entry in the delta-function % for the nondeterministic FST ns = find(NFST.ALFin==s); NFST.delta{q,s}.R = R; NFST.delta{q,s}.T = T; return