Keep getting "Error while evaluating UIcontrol callback" in TempNormGUI.

1 view (last 30 days)
The matlab program is from a github repositry: https://github.com/psbiomech/temp-norm-gui
I couldn't get a hold of the user as of now but i was hoping someone can shed some light if its something i did wrong or issues that needs to be fixed (outdated functions etc.)

Answers (1)

Dinesh
Dinesh on 29 Dec 2023
Hi Juan,
The error shown in the MATLAB Command Window suggests there is an issue with the "readc3duswaStruct" function call, which might be due to an invalid expression such as missing operators or mismatched brackets within the function or the way it's being called. This could be due to outdated functions or syntax changes in MATLAB since the repository was last updated.
To resolve the error, you can check the "readc3duswaStruct" function for any outdated MATLAB syntax.

Categories

Find more on Environment and Settings in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!