The problem is that it doesn't happen all the time. Let's say 3 out of 10 tries.
Our version is Mx70.1
OS : Windows 2000 (running as network OS)
It happens when we call these functions
sys1 = FIRwind(11,0.1,timestep,{lowPass,Hamming,zeroPhase});
 SAyz0  = filter(sys1,Ayz0);
 SAyz1  = filter(sys1,Ayz1);
 SAyz2  = filter(sys1,Ayz2);
 sys1 = FIRwind(11,0.1,timestep,{lowPass,Hamming,zeroPhase});
 SAx  = filter(sys1,Ax);