How to solve this in commend window ?Out of memory. Type HELP MEMORY for your options.?

Out of memory. Type HELP MEMORY for your options.

2 Comments

What happened when you went to the command line and gave the command
help memory
?
it depends, what are you trying to do? for example, if you are dealing with large matrices, then one way to reduce memory uptake is to create matrix of same size using zeros (e.g. zeros(size matrix)) before calculations etc.. or if you are loading large files, you can load one file at a time within a loop.

Answers (0)

This question is closed.

Products

Tags

Asked:

on 18 Aug 2015

Closed:

on 20 Aug 2021

Community Treasure Hunt

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

Start Hunting!