- #1
member 428835
Hi PF!
I'm trying to export two matrices ##A## and ##B## from Mathematica into MATLAB. I can export one just fine; so far what I write is
Do you know how I can export two variables at a time and then how I can export directly into MATLAB's workspace rather than have to click on the .mat file and upload manually? I have a mac if that's relevant.
Thanks!
I'm trying to export two matrices ##A## and ##B## from Mathematica into MATLAB. I can export one just fine; so far what I write is
Code:
SetDirectory[NotebookDirectory[]]
Export["data.mat", {A}]
Do you know how I can export two variables at a time and then how I can export directly into MATLAB's workspace rather than have to click on the .mat file and upload manually? I have a mac if that's relevant.
Thanks!