1

I have a dta file that has been produced in Stata 16. All variables are "float". I would like to import all the variables into a Matlab mat array (Matlab R2019b). How can I do that? I do not have Excel in my computer (hence, I cannot pass the variables to Excel and then load in Matlab).

TEX
  • 2,249
  • 20
  • 43
  • 1
    Export as `csv` from Stata and then import in Matlab using `readmatrix()`. –  Mar 17 '20 at 20:02
  • 1
    ...Which is the opposite of what you asked in your [previous question](https://stackoverflow.com/questions/57732293/). –  Mar 17 '20 at 20:04

0 Answers0