I am new to MATLAB, and I tried running the GVAR program for the first time. When I run it, even with the gvarBriefDemo file, I get the following error:
Undefined function or variable 'DisplayAlerts'.
Error in xlsread (line 260)
throw(exception);
Error in gvar (line 90)
pauseflag = xlsread(intfname,'MAIN','pauseflag');
and can't do anything else with it. How can I go about fixing this?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am new to MATLAB, and I tried running the GVAR program for the first time. When I run it, even with the gvarBriefDemo file, I get the following error:
Undefined function or variable 'DisplayAlerts'.
Error in xlsread (line 260)
throw(exception);
Error in gvar (line 90)
pauseflag = xlsread(intfname,'MAIN','pauseflag');
and can't do anything else with it. How can I go about fixing this?
What operating system are you using and what version of excel and matlab?