Skip to content
Snippets Groups Projects
MatlabDuneImport.m 87 B
Newer Older
  • Learn to ignore specific revisions
  • Klaus Böhnlein's avatar
    Klaus Böhnlein committed
    new_mat = spconvert(load('matlab.txt')); %Sparse Matrix type
    
    new_mat = full(new_mat)