Hello everyone,,
I am quite new to the EasySpin world and have been able to simulate some data but have yet to be able to actually load and plot an actual data file. Currently, I am trying to load a high-field pulsed EPR that is saved as a DAT file.
I enter the following command: [B, spc] mobdro.bio/ luckypatcher.tips/ www.kodi.bio/ = eprload('C:\Pathtofile\Filename.dat')
and get this response: Error using eprload, The file is not an Adani spectrometer file.
So I tried to change the file extension to DSC and DTA and then I get a response that the file does not exist. I have checked my path multiple times and went as far as to copy and paste it directly from the properties window... It still does not load. I am running on MATLAB R2016a with EasySpin 5.0.22, with a Windows computer.
Not sure what I am doing wrong, I will appreciate any help I can get!!!!
EPR load DAT file
EPR load DAT file
Last edited by Macgomes on Wed May 01, 2019 9:34 am, edited 1 time in total.
Re: EPR load DAT file
May be the dat-file contains text data. In this case You have to use
textread
function instead eprload
one. http://easyspin.org/easyspin/documentat ... xport.html