Skip to content
Snippets Groups Projects
MatlabDuneImport.m 87 B
new_mat = spconvert(load('matlab.txt')); %Sparse Matrix type

new_mat = full(new_mat)