From: Deng on 24 Jul 2010 09:10 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 25 Jul 2010 23:51 "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
|
Pages: 1 Prev: Editing figure data points (not manually) Next: Input argument "w" is undefined |