how to open ".mat" file with large content

Dear all,
I have a file contain a table inside each tuple matrix , the matrix size 60*60 , I want to see this matrix and the problem is i can't , can one please help ma to show the content .
the extension for the file is ".mat"
in the attachment the pic one is the message i see when i want to open file
thenk you

1 Comment

The matrix size is not 60x60, it has a 3rd and maybe 4th dimension as well. If you want to view the variable in your variable editor, you'll have to store the smaller part in a new array:
smaller_pop=population(:,:,1);
This will probably be smaller than the view max.

Sign in to comment.

Answers (0)

Categories

Asked:

on 25 Feb 2019

Commented:

Rik
on 25 Feb 2019

Community Treasure Hunt

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

Start Hunting!