MATLAB: How to import .mat file in excel

.mat fileimportprogramming

for i=1:10
j(i)=i*5:
end
save('j.mat', 'j')
can i import this j.mat file in excel?

Best Answer

There are several worksarounds to do that, as explained in
Alternatively, you could create an excel file from Matlab using
xlswrite