Dealing with Large Matrices

2 visualizaciones (últimos 30 días)
Joseph Delaney
Joseph Delaney el 27 de En. de 2020
Respondida: Sai Bhargav Avula el 27 de Mzo. de 2020
I am using a function to create a color plot with temperature fields. The data I am using consists of large matrices so when plotting the color field with more detialed data, I get an "error updating surface, unknown error." I have two ideas to fix this, either shrinking the arrays to be less dense with another function while being on the same time interval. This has not worked so far. I also want to try and run the code in segments, but I can't figure out how to run from a certain point in a .mat file.

Respuestas (1)

Sai Bhargav Avula
Sai Bhargav Avula el 27 de Mzo. de 2020
Hi,
You can use the matfile function to access the variables and modify accordingly to run from certain point.
Hope this helps!

Categorías

Más información sobre Graphics Performance en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by