Suggestions for a laptop?
이전 댓글 표시
I'm planning on buying a relatively cheap(!) laptop with the intention of using it just for coding, Matlab, Python, etc. Needs to be very portable as will likely need to code in lectures and on the go.
Any suggestions?
Thank you.
댓글 수: 2
Kimberly R. Taylor
2022년 4월 6일
I would recommend you to go with Acer Aspire E 15, 15.6" it's lightweight and affordable laptop and good for gaming too.
Walter Roberson
2022년 4월 6일
Caution: the base model of the E15 is an i3 processor with only 4 Gb of RAM.
Reviewers do appear to like it for the price.
답변 (1개)
- Search for "best laptop for programming" or "best portable laptop" on the search engine.
- Make sure computer meets Matlab minimum requirement: https://www.mathworks.com/support/sysreq.html
- Write down pros and cons of every laptop you are considering. The OS and RAM seems to be key factors. SSD is faster than HDD.
- If debating, label your laptop choices from 1 to N. Then use matlab to randomly decide the laptop to purchase.
A = input('How many laptops to choose from?')
ChosenOne = randi(A);
fprintf('You should buy laptop #%d\n', ChosenOne);
Besides these suggestions, the questions you're asking is probably better answered at computer review sites where people can actually test out many laptops under high computation stress (heat, fan noise, etc). Normal consumers like most of us can only test whatever is in display at the store, and only for a short while until the sales rep comes over to convince us we need that computer...
카테고리
도움말 센터 및 File Exchange에서 Call Python from MATLAB에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!