Exporting RECTANGULAR[REAL] series to excel
Posted: Fri Jul 26, 2019 4:28 pm
I am trying to export a 6*6 matrix of type RECTANGULAR[REAL] to excel
open copy var_out.xls
copy(format=xls,org=columns) / var_out
This gives me an error:
Expected Type SERIES[REAL], Got RECTANGULAR[REAL] Instead
open copy var_out.xls
copy(format=xls,org=columns) / var_out
This gives me an error:
Expected Type SERIES[REAL], Got RECTANGULAR[REAL] Instead