Exporting Simulated Data
Posted: Wed Jun 20, 2018 9:07 am
Hello,
I have been having difficulty trying to export simulated EPR data from Matlab. When I use:
data = [B(:) spc(:)];
save('myfile.txt','data','-ascii');
or
eprsave('myfile',B,spc);
I receive an error message:
Undefined function or variable 'B'.
Any advice would be greatly appreciated. Thank you!
I have been having difficulty trying to export simulated EPR data from Matlab. When I use:
data = [B(:) spc(:)];
save('myfile.txt','data','-ascii');
or
eprsave('myfile',B,spc);
I receive an error message:
Undefined function or variable 'B'.
Any advice would be greatly appreciated. Thank you!