Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
a = 1;
savevar(a)
ii=ls('a.mat')
assert(~isempty(ii))
ii =
'a.mat
'
|
2 | Pass |
clear
load a
assert(a==1)
|
1310 Solvers
Generate N equally spaced intervals between -L and L
565 Solvers
376 Solvers
Cumulative product of a vector
210 Solvers
210 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!