Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个非常大的矩阵存储在一个 mat 文件中,在一个 C 程序中,我需要存储在它的前几列中的数据。目前我使用 matGetVariable 将整个矩阵读入内存,但它占用了大量内存。我想知道是否有一种简单的方法可以仅将矩阵的前几列或变量的子索引读取到 C 中的内存中。