justingardner / mgl

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

Namespace conflict with routine "isfile" in 2018a #27

Closed DavidBrainard closed 2 years ago

DavidBrainard commented 6 years ago

Matlab 2018a has a built-in called "isfile". When you add mgl to the path, it produces a warning that mgl does too. And, it's true. Easy fix is probably to rename mgl's isfile and make the corresponding change in places that call it.

justingardner commented 6 years ago
only took Mathworks 15 years to code this up. Sounds like it should function the same as my helper/util. Could probably just remove my isfile.m on Matlab2018a?
justingardner commented 2 years ago

Renamed to mglIsFile