Hi,
I'm implementing a big data task. For now, I'm using both Stata and Matlab: I run a Stata do file first, and at some intermediate step I run a matlab script to get necessary data, and return to Stata to continue the task. (So basically I have 3 pieces of code scripts now.)
Can I unify the scripts in one big Stata do-file of the form:
First batch of Stata commands
Run Matlab script, save the data
Second batch of Stata commands
and run that big do-file without interruption with just one click.
Thank you.
Green
I'm implementing a big data task. For now, I'm using both Stata and Matlab: I run a Stata do file first, and at some intermediate step I run a matlab script to get necessary data, and return to Stata to continue the task. (So basically I have 3 pieces of code scripts now.)
Can I unify the scripts in one big Stata do-file of the form:
First batch of Stata commands
Run Matlab script, save the data
Second batch of Stata commands
and run that big do-file without interruption with just one click.
Thank you.
Green
Comment