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');
|
607 Solvers
556 Solvers
168 Solvers
87 Solvers
Given a window, how many subsets of a vector sum positive
743 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!