Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
assert(isnan(GenerateNAN))
ans =
NaN
|
2 | Pass |
%%
filetext = fileread('GenerateNAN.m');
assert(isempty(strfind(filetext, 'regexp')))
assert(isempty(strfind(filetext, 'nan')))
assert(isempty(strfind(filetext, 'NaN')))
|
851 Solvers
Replace NaNs with the number that appears to its left in the row.
1711 Solvers
Matrix which contains the values of an other matrix A at the given locations.
196 Solvers
245 Solvers
369 Solvers