Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
dVec = logspace(0,1,101);
ref = log10(1./dVec);
user = MyFunc();
assert(isequal(user,ref))
|
2 | Pass |
dRef = logspace(0,1,101);
[zVec dVec] = MyFunc();
assert(isequal(dRef,dVec))
|
2183 Solvers
594 Solvers
Solve the set of simultaneous linear equations
274 Solvers
465 Solvers
232 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!