BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.

Greetings,

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?

-Tom

1 ACCEPTED SOLUTION

Accepted Solutions
gergely_batho
SAS Employee

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).

View solution in original post

1 REPLY 1
gergely_batho
SAS Employee

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).