Search found 37 matches

by ThomasMCasey
Thu Jan 23, 2025 6:05 pm
Forum: EasySpin file exchange
Topic: cwEPR App for processing, simulating, and fitting CW EPR data
Replies: 62
Views: 326040

Re: cwEPR App for processing, simulating, and fitting CW EPR data

As it is now, no this would not be possible. Let me think if there is a way to have the app interact with custom functions in a manner that would be user-friendly enough to justify still using the app rather than just scripting.

by ThomasMCasey
Tue Aug 13, 2024 10:45 am
Forum: EasySpin file exchange
Topic: cwEPR App for processing, simulating, and fitting CW EPR data
Replies: 62
Views: 326040

Re: cwEPR App for processing, simulating, and fitting CW EPR data

v3.6.0, https://www.mathworks.com/matlabcentral/fileexchange/73292-cwepr -fixed some parameter names, added missing names -parameter boxes now sort parameters with values to the top -can add new parameters if they are missing -rescaledata & FitOpt.AutoScale default to 'maxabs', FitOpt.BaseLine t...
by ThomasMCasey
Wed Jul 31, 2024 8:52 pm
Forum: EasySpin file exchange
Topic: cwEPR App for processing, simulating, and fitting CW EPR data
Replies: 62
Views: 326040

Re: cwEPR App for processing, simulating, and fitting CW EPR data

Sorry for the very long hiatus! I've made cwEPR compatible with easyspin v6 and released as v3.5.0: https://www.mathworks.com/matlabcentral/fileexchange/73292-cwepr Big thanks to bruin and others for finding bugs and suggesting solutions. Please let me know if there is anything else that needs fixin...
by ThomasMCasey
Sun Sep 11, 2022 9:31 pm
Forum: EasySpin file exchange
Topic: cwEPR App for processing, simulating, and fitting CW EPR data
Replies: 62
Views: 326040

Re: cwEPR App for processing, simulating, and fitting CW EPR data

@bruin and anyone else interested, to download a version of cwEPR that works with easyspin-6.0.0-dev.47 go to https://www.mathworks.com/matlabcentral ... 3292-cwepr, click version history above the download button, and download v3.3.6.47

by ThomasMCasey
Sun Sep 11, 2022 9:07 pm
Forum: Bugs
Topic: esfit UI crash in dev.43
Replies: 6
Views: 16449

Re: esfit UI crash in dev.43

works, thanks!

by ThomasMCasey
Fri Sep 09, 2022 3:03 pm
Forum: Bugs
Topic: esfit UI crash in dev.43
Replies: 6
Views: 16449

Re: esfit UI crash in dev.43

Same crash for me, full error message is: Unrecognized property 'ContextMenu' for class 'matlab.ui.control.UIControl'. Error in esfit Error in esfit Error in cwEPR/esfit (line 4201) esfit(spc(:,app.currslice), @app.custom_fittwomethods, {Sys, Exp, Opt}, {Vary}, FitOpt); Error using matlab.ui.control...
by ThomasMCasey
Fri Sep 09, 2022 2:38 pm
Forum: General forum
Topic: new esfit UI in dev versions
Replies: 2
Views: 4174

Re: new esfit UI in dev versions

Great, thanks!

by ThomasMCasey
Mon Aug 29, 2022 7:36 am
Forum: Bugs
Topic: esfit UI crash in dev.43
Replies: 6
Views: 16449

Re: esfit UI crash in dev.43

I am unfortunately stuck with R2018b, Update 8 (9.5.0.1586782), 64-bit (maci64)

by ThomasMCasey
Wed Aug 24, 2022 11:53 am
Forum: General forum
Topic: new esfit UI in dev versions
Replies: 2
Views: 4174

new esfit UI in dev versions

Is this correct for the new dev esfit if I am also including options and fit options?

Code: Select all

esfit(spc, @function, {Sys, Exp, Opt}, {Vary, FitOpt})