I do not reach this... :-/
new comment here: http://www.mathworks.com/matlabcentral/cody/solutions/470839#comment_4173
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%% Which graphic card is used ?
S=evalc('opengl info')
tf = regexp(S,'Renderer','split')
ee=regexp(tf{1},'Vendor =','split')
y_correct= strtrim(ee{2});
assert(isequal(your_fcn_name,y_correct))
You just got a free pass. Congrats!
|
2 | Pass |
%% prevents cheating 14-June-2012
filetext = fileread('your_fcn_name.m')
assert(isempty(strfind(filetext, 'Brian Paul')))
You just got a free pass. Congrats!
|
202 Solvers
316 Solvers
725 Solvers
Cell Counting: How Many Draws?
581 Solvers
309 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!