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

Change code template for better getArg/setArg readability. #173

Open mtillman14 opened 1 year ago

mtillman14 commented 1 year ago

[varIn1, varIn2] = getArg(1, subName, trialName, repNum);

setArg(1, subName, trialName, repNum, varOut1, varOut2);

mtillman14 commented 1 year ago

Goal is to show the entirety of what the getArg and setArg are capable of. E.g. multiple vars in each. Maybe have 2 of each getArg/setArg to show that there can be multiple per function?