Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 'Wavelet Toolbox';
y_correct = nnz(cellfun(@(n)isequal(n,x),struct2cell(ver)));
assert(isequal(toolbox(x),y_correct))
ans =
0
|
2 | Pass |
x = 'Image Processing Toolbox';
y_correct = nnz(cellfun(@(n)isequal(n,x),struct2cell(ver)));
assert(isequal(toolbox(x),y_correct))
ans =
0
|
3 | Pass |
x = 'Excel';
y_correct = nnz(cellfun(@(n)isequal(n,x),struct2cell(ver)));
assert(isequal(toolbox(x),y_correct))
ans =
0
|
4 | Pass |
x = 'Cody is cool';
y_correct = nnz(cellfun(@(n)isequal(n,x),struct2cell(ver)));
assert(isequal(toolbox(x),y_correct))
ans =
0
|
2401 Solvers
The Goldbach Conjecture, Part 2
1284 Solvers
227 Solvers
2334 Solvers
264 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!