From owner-bug-octave at bevo dot che dot wisc dot edu Fri Dec 1 12:31:09 1995 Subject: Mathlab-compatibility From: Michael Boss To: bug-octave at bevo dot che dot wisc dot edu Date: Fri, 1 Dec 95 19:31:03 MEZ Hi, It seems to me that octave is incompatible with matlab in the following way: In Matlab: x=[x 1 2 3] results in x=[1 2 3] In Octave: x=[x 1 2 3] results in x undefined I am not sure, if there is a solution to this problem, please let me know if so. However I found not user preference variable which might solve this. Thanx, Michael Boss