ResearchOS / Biomech-Analysis-Platform-MATLAB

A GUI-based operating system framework to facilitate biomechanical data analysis. This platform attempts to manage the non-scientific part of coding without restricting the direction or method of scientific analysis.
MIT License
4 stars 0 forks source link

When creating an argument, check that its name is less than 63 characters (MATLAB limit). #42

Closed mtillman14 closed 2 years ago

mtillman14 commented 2 years ago

Otherwise MATLAB throws this warning, which leads to an error: Warning: 'ProcessArg_newAx_groundContactMarkerThresholds_WithVirtual_NoVertTol' exceeds MATLAB's maximum name length of 63 characters and has been truncated to 'ProcessArg_newAx_groundContactMarkerThresholds_WithVirtual_NoVe'.

mtillman14 commented 2 years ago

I think I achieved this in createArgButtonPushed.m. However, this code will need to be ported over from there to its counterpart in the new setup (i.e. args GUI folded into PGUI).