Enigma icon indicating copy to clipboard operation
Enigma copied to clipboard

Error using imread (line 349)

Open coreyels opened this issue 10 years ago • 1 comments

If you run the EnigmaApp from a working directory other than (i.e. the folder which contains launchEnigma), MATLAB throws the following error:

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);

coreyels avatar Feb 01 '16 14:02 coreyels

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.

Zhihao-Ke avatar Jan 26 '19 15:01 Zhihao-Ke