Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
aVec = [3.14 15 9 26];
bVec = [2.71;8;28;182];
ref = bVec*aVec;
user = MyFunc();
assert(isequal(user,ref))
|
2 | Pass |
aRef = [3.14 15 9 26];
[xMat aVec] = MyFunc();
assert(isequal(aRef,aVec))
|
3 | Pass |
bRef = [2.71;8;28;182];
[xMat aVec bVec] = MyFunc();
assert(isequal(bRef,bVec))
|
1424 Solvers
MATCH THE STRINGS (2 CHAR) very easy
250 Solvers
Try 1.5.4: Celsius to Fahrenheit
609 Solvers
204 Solvers
1172 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!