StackOverflowMATLABchat/nbuttondlg

Compatibility issues with MATLAB versions prior to R2007a

sco1 opened this issue · 2 comments

sco1 commented

Input validation utilizes the inputParser class, which was introduced in R2007a

sco1 commented

Not worth the effort to implement another method.

sco1 commented

verLessThan was also introduced in R2007a. This is used to determine which handle graphics implementation to use (HG1 vs. HG2).