You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to analyze some charcoal but keep gettin stuck in the error below:
Incorrect number or types of inputs or outputs for function range.
Error in CharSmooth (line 73)
mode_bin = 0:range(CHARi_t)/bin:max(CHARi_t);
Error in CharAnalysis (line 87)
[Charcoal] = CharSmooth (Charcoal,Pretreatment,Smoothing,...
I've tried running the software using the example data and get the same errors. I read the previous issue posted by user ahumam, and was wondering if my errors could be arising from my data interval, since I sampled at every 50 cm, or if this can be fixed.
Thank you,
Karen
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to analyze some charcoal but keep gettin stuck in the error below:
Incorrect number or types of inputs or outputs for function range.
Error in CharSmooth (line 73)
mode_bin = 0:range(CHARi_t)/bin:max(CHARi_t);
Error in CharAnalysis (line 87)
[Charcoal] = CharSmooth (Charcoal,Pretreatment,Smoothing,...
I've tried running the software using the example data and get the same errors. I read the previous issue posted by user ahumam, and was wondering if my errors could be arising from my data interval, since I sampled at every 50 cm, or if this can be fixed.
Thank you,
Karen
The text was updated successfully, but these errors were encountered: