MATLAB: Is Mac an option for working MATLAB

macbookMATLABmatlab function

Una MacBook Air 2020 con procesador i5 de décima generación me permitiría trabajar bien con matlab?

Best Answer

The new (2020) MacBook Air with i5 processor has quad-core 1.1 GHz base rate with turbo boost to 3.5 GHz.
Turbo boost is used only if the total heat for the boosted processors would be low enough. With that system, you would probably routinely be able to run a single processor at boost speeds, but as you started doing hard work on all 4 processors, they might only boost a bit, depending how hot the environment is.
When you do vectorized mathematics in MATLAB, and you are using large enough matrices, then MATLAB will automatically use all of your processors... so they would all be creating heat, and so you might not be able to get full boost out of them. You should probably not count on getting more than 2 GHz for that kind of processing.
The MacBook Air has 8 Gigabytes of memory, but can be configured for 16 Gigabytes. For the kind of work I do, I was finding 8 Gigabytes to be a limit; I recommend the 16 gigabytes.
So, you can use MATLAB with MacBook Air 2020. However, it is not clear that it will work well -- that would depend on what kind of MATLAB work you were using it for.
Related Question