Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 'sin';
y=which(x)
assert(isequal(path2func(x),y(11:end-1)))
y =
built-in (/opt/mlsedu/matlab/R2013b/toolbox/matlab/elfun/@double/sin)
|
2 | Pass |
%%
x = 'peaks';
y=which(x)
assert(isequal(path2func(x),y))
y =
/opt/mlsedu/matlab/R2013b/toolbox/matlab/elmat/peaks.m
|
3 | Pass |
%%
x = 'system';
y=which(x)
assert(isequal(path2func(x),y(11:end-1)))
y =
built-in (/opt/mlsedu/matlab/R2013b/toolbox/matlab/general/system)
|
Back to basics 20 - singleton dimensions
225 Solvers
2091 Solvers
369 Solvers
271 Solvers
07 - Common functions and indexing 2
255 Solvers