user2966224
user2966224

Reputation: 63

Load matrix matlab format with armadillo library problems

I've some problem if I try to load a matrix.mat <224x2 double> with Armadillo library:

mat A;

  A.load("matrix.mat");

  cout << " " << A.n_rows << " " << A.n_cols << "\n";

It prints: 5623 1

Can you tell me why?

Upvotes: 0

Views: 1120

Answers (0)

Related Questions