How to load part of a big structure to the workspace?

I have a big structure and loading it would take a long time. I need a specific variable in that structure. Is there any way I can do it faster. Suppose my structure is A. I need a field with the index i, that is I need to access to A(i).B.C.F

Antworten (1)

Stephen23
Stephen23 am 10 Jan. 2018

2 Stimmen

Use matfile, that is exactly what it was designed for.

2 Kommentare

MINA
MINA am 10 Jan. 2018
I used matfile but still it's very slow.
If that is still very slow then it might be slowed down by being uncompressed. Perhaps one of the .mat file experts might like to comment on this?

Melden Sie sich an, um zu kommentieren.

Gefragt:

am 10 Jan. 2018

Kommentiert:

am 10 Jan. 2018

Community Treasure Hunt

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

Start Hunting!

Translated by