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))
|
2 | Pass |
%%
x = 'Image Processing Toolbox';
y_correct = nnz(cellfun(@(n)isequal(n,x),struct2cell(ver)));
assert(isequal(toolbox(x),y_correct))
|
3 | Pass |
%%
x = 'Excel';
y_correct = nnz(cellfun(@(n)isequal(n,x),struct2cell(ver)));
assert(isequal(toolbox(x),y_correct))
|
4 | Pass |
%%
x = 'Cody is cool';
y_correct = nnz(cellfun(@(n)isequal(n,x),struct2cell(ver)));
assert(isequal(toolbox(x),y_correct))
|
164 Solvers
Sum of first n terms of a harmonic progression
257 Solvers
Remove white space from the string
168 Solvers
219 Solvers
2316 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!