Search found 2 matches
- Fri Jun 22, 2018 11:52 am
- Forum: General forum
- Topic: Exporting Simulated Data
- Replies: 2
- Views: 3055
Re: Exporting Simulated Data
Got it! Thank you for the reply.
- Wed Jun 20, 2018 9:07 am
- Forum: General forum
- Topic: Exporting Simulated Data
- Replies: 2
- Views: 3055
Exporting Simulated Data
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!