Adding RAM would it speed up the computations done by Matlab?

조회 수: 18 (최근 30일)
Ano
Ano 2019년 11월 22일
댓글: Walter Roberson 2021년 11월 10일
Hello,
I would like to know if adding RAM would affect the speed at which the computations are performed by Matlab. worth noting that I had 8 GB and I upgraded it to 16 GB, would it make any difference or the difference would be notable only for large matrices.
More specifically, I would like to know if I use tic toc functions with this configuration (16GB of RAM) should I expect a large difference with respect to the old RAm (8 GB).
Thank you very much for any hint.
Best regards!

채택된 답변

ME
ME 2019년 11월 22일
Increasing your RAM will only really be beneficial for operations on large matrices. If you are struggling with the speed of a script that doesn't have any large matrices then your issue is more likely to be your processor.
  댓글 수: 5
Miguel D. Martinez
Miguel D. Martinez 2021년 11월 10일
For example, if im working with excel files and matrices that are 125509x40 in size and running them through for loops and other computations, Increasing my ram would help right ?
Walter Roberson
Walter Roberson 2021년 11월 10일
125509*40 is about 80 megabytes. If you had 8 gigabytes you could have 100 of those. You probably do not need to have more memory for that.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Function Creation에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by