Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
aVec = [3.14 15 9 26];
bVec = [2.71;8;28;182];
ref = bVec*aVec;
user = MyFunc();
assert(isequal(user,ref))
|
2 | Fail |
aRef = [3.14 15 9 26];
[xMat aVec] = MyFunc();
assert(isequal(aRef,aVec))
|
3 | Fail |
bRef = [2.71;8;28;182];
[xMat aVec bVec] = MyFunc();
assert(isequal(bRef,bVec))
|
17211 Solvers
Replace NaNs with the number that appears to its left in the row.
2018 Solvers
How to find the position of an element in a vector without using the find function
2477 Solvers
725 Solvers
465 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!