The running speed of Matlab in Linux

Source: Internet
Author: User
For more information about the running speed of Matlab in Linux-general Linux technology-Linux technology and application, see the following. I am a newbie. I saw many people on the internet saying that running Matlab in Linux is much faster than running Matlab in Windows. If I want to try it, I have installed Matlab 2010a on a Redhat5.2 server.
After solving a series of problems, the installation was successful. I immediately wrote a small program to try out the results. The results were unexpected! The following is a small program I wrote:
For I = 1:10000
For j = 1:1000
For k = 1:1000
A = 10 ^ 10;
End
End
End
Is nested loop. The strange thing is that in my desktop Windows system, the running time is 30.475802 seconds, while in the Linux system where the hardware is far better than my desktop server, the running time is 30.738744, it is slower than windows !!
I am very grateful to anyone who knows where the problem is !! (6) m: B
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.