Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
assert(isnan(GenerateNAN))
|
2 | Pass |
%%
filetext = fileread('GenerateNAN.m');
assert(isempty(strfind(filetext, 'regexp')))
assert(isempty(strfind(filetext, 'nan')))
assert(isempty(strfind(filetext, 'NaN')))
|
Number of 1s in a binary string
2818 Solvers
Create a vector whose elements depend on the previous element
391 Solvers
Create matrix of replicated elements
321 Solvers
353 Solvers
Test Problem; Create a 5x5 array containing all ones
270 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!