justingardner / mgl

A suite of mex/m files for displaying psychophysics stimuli
http://justingardner.net/mgl
Other
18 stars 22 forks source link

mgl can't find OS #84

Closed jiwonyeon closed 1 year ago

jiwonyeon commented 1 year ago

Need to edit a line in mglCheckOS.m line 55 if contains(lower(resultSplit{iResult}), 'productversion:') && (length(resultSplit)>iResult) Currently, it doesn't have a colon (:) after 'productversion', which makes the code confused reading the OS version correctly.

justingardner commented 1 year ago

Fixed and updated in the master branch