scottclowe / matlab-schemer

Apply and save color schemes in MATLAB with ease.
BSD 2-Clause "Simplified" License
1.19k stars 273 forks source link

Bug(?) in "schemer_export" Line 179 #9

Closed LoGGoL closed 8 years ago

LoGGoL commented 8 years ago

Line 179: if ~isnumeric(fname)

I guess it should be if ~isnumeric(flag_mode)

Regards,

scottclowe commented 8 years ago

You are correct! Thanks for pointing this out.

After I created this bug, I only tested the code by exporting through the GUI before releasing it...

It's now fixed.

scottclowe commented 8 years ago

Also, thanks for creating a GitHub account just to open this issue. I appreciate it!