Enigma
Enigma copied to clipboard
Error using imread (line 349)
If you run the EnigmaApp from a working directory other than
Error using imread (line 349)
File "@enigmaRotorUI/images/blankGauge.png" does not exist.
Error in enigmaApp/createRotorSection (line 14)
img = imread(fullfile('@enigmaRotorUI','images','blankGauge.png'));
Error in enigmaApp/createMachineSection (line 19)
createRotorSection(app);
Error in enigmaApp (line 162)
createMachineSection(app);
Hi, thanks to your help. However, I feel really confused although I have put them in the same working direfctory, the same error information will also appeared. What could we do, if we meet this situation ? Thanks a lot again.