Sorry to cheat, but I wanted to see your solution. It's useful :)
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
h=msgbox('Click the OK button','');
clickOK();
assert(ishandle(h),'do not simply delete the figure');
drawnow;
assert(~ishandle(h),'failed to click the OK button');
[Warning: Function drawnow has the same name as a MATLAB builtin. We suggest you rename the function
to avoid a potential name conflict.]
[> In clickOK at 5
In verifyCode>evaluateCode at 231
In verifyCode at 40
In fevalJSON at 14]
[Warning: Function license has the same name as a MATLAB builtin. We suggest you rename the function
to avoid a potential name conflict.]
[> In clickOK at 5
In verifyCode>evaluateCode at 231
In verifyCode at 40
In fevalJSON at 14]
[Warning: Function mex has the same name as a MATLAB builtin. We suggest you rename the function to
avoid a potential name conflict.]
[> In clickOK at 5
In verifyCode>evaluateCode at 231
In verifyCode at 40
In fevalJSON at 14]
[Warning: Function home has the same name as a MATLAB builtin. We suggest you rename the function to
avoid a potential name conflict.]
[> In clickOK at 5
In verifyCode>evaluateCode at 231
In verifyCode at 40
In fevalJSON at 14]
[Warning: Function keyboard has the same name as a MATLAB builtin. We suggest you rename the function
to avoid a potential name conflict.]
[> In clickOK at 5
In verifyCode>evaluateCode at 231
In verifyCode at 40
In fevalJSON at 14]
[Warning: Function more has the same name as a MATLAB builtin. We suggest you rename the function to
avoid a potential name conflict.]
[> In clickOK at 5
In verifyCode>evaluateCode at 231
In verifyCode at 40
In fevalJSON at 14]
[Warning: Function pause has the same name as a MATLAB builtin. We suggest you rename the function to
avoid a potential name conflict.]
[> In clickOK at 5
In verifyCode>evaluateCode at 231
In verifyCode at 40
In fevalJSON at 14]
[Warning: Function simulink has the same name as a MATLAB builtin. We suggest you rename the function
to avoid a potential name conflict.]
[> In clickOK at 5
In verifyCode>evaluateCode at 231
In verifyCode at 40
In fevalJSON at 14]
|
Back to basics 6 - Column Vector
809 Solvers
64 Solvers
Create a vector whose elements depend on the previous element
290 Solvers
223 Solvers
Join Strings with Multiple Different Delimiters
55 Solvers