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
Hi
When i use the SmTr_AnalysisMOD the error message I'm receiving is: "Unrecognized function or variable 'saveimage' (line 598)." However, I couldn't find any reference to a function or variable named 'saveimage' in my code or the associated files.
I've performed the following steps to troubleshoot the issue:
Reviewed the error message to understand where 'saveimage' is being called.
Checked my code for any references to 'saveimage', but it does not appear to be defined in my code.
Ensured that all necessary functions and scripts are in my MATLAB path.
I would greatly appreciate any insights, suggestions, or assistance in resolving this issue. If 'saveimage' is an external function or script, please let me know where I can find it
The text was updated successfully, but these errors were encountered:
Hello, are you using SmTr_AnalysisMOD as a primary access to the analysis portion of the program? The most updated form uses analyseMOD to run analysis and doesn't require user interaction with SmTr_AnalysisMOD. For further troubleshooting, saveimage is actually defined within AutoSmarTrace.m and should be working properly. You can find the full procedure outlined in the SmarTrace README but this should be the relevant section to you:
Data Analysis
analyseMOD('set_sample_name_SmTr.mat', 'output_name_of_choice',10,0,0) --> For the WLC model analysis
OR
analyseMOD('set_sample_name_SmTr.mat', 'output_name_of_choice',10,0,1) --> For the curved WLC model analysis
Hi
When i use the SmTr_AnalysisMOD the error message I'm receiving is: "Unrecognized function or variable 'saveimage' (line 598)." However, I couldn't find any reference to a function or variable named 'saveimage' in my code or the associated files.
I've performed the following steps to troubleshoot the issue:
Ensured that all necessary functions and scripts are in my MATLAB path.
I would greatly appreciate any insights, suggestions, or assistance in resolving this issue. If 'saveimage' is an external function or script, please let me know where I can find it
The text was updated successfully, but these errors were encountered: