From: Deng on
I have tried both Matlab R2009a and R2010a.
The OS is Windows server 2008

% run the following commands
A = rand(10);
B = A';
C = A*B;
% The above three commands work well. However

D = A*A';

% The Matlab crash on this command!

Is anyone also using Matlab in Windows Server 2008? Is this a bug?
From: Steven_Lord on


"Deng " <dengcai(a)gmail.com> wrote in message
news:i2eone$55l$1(a)fred.mathworks.com...
> I have tried both Matlab R2009a and R2010a.
> The OS is Windows server 2008
>
> % run the following commands
> A = rand(10);
> B = A';
> C = A*B;
> % The above three commands work well. However
>
> D = A*A';
>
> % The Matlab crash on this command!
>
> Is anyone also using Matlab in Windows Server 2008? Is this a bug?

Send the crash report and as much information about the configuration of
this machine (processor, amount of memory, etc.) as you can obtain to
Technical Support.

--
Steve Lord
slord(a)mathworks.com
comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ
To contact Technical Support use the Contact Us link on
http://www.mathworks.com