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 Kommentar

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.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Simulink Report Generator finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 25 Feb. 2019

Kommentiert:

Rik
am 25 Feb. 2019

Community Treasure Hunt

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

Start Hunting!

Translated by