This question shows research effort; it is useful and clear
1
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
mat ファイルに格納された非常に大きな行列があり、C プログラムでは、その最初の数列に格納されたデータが必要です。現在、matGetVariable を使用して行列全体をメモリに読み込んでいますが、多くのメモリを占有します。行列の最初の数列、または変数のサブルーチンのみを C のメモリに読み込む簡単な方法があるかどうか疑問に思います。