I've come across some interesting data that I'd like to use, however it is in the Matlab data format (*.mat). How do I bring this into SAS in general and Proc IML in particular?
First you have to save (export, convert) it into some other format. Text or xls for example. If you don't have Matlab to do this conversion, do it in Octave (it's free).
First you have to save (export, convert) it into some other format. Text or xls for example. If you don't have Matlab to do this conversion, do it in Octave (it's free).