function DFST = set_dfstd(DFST,q,s,p,t) % sets an entry in the delta-function % for the deterministic FST ns = find(DFST.ALFin==s); DFST.delta(q,ns).q = p; DFST.delta(q,ns).s = t; return