Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [45,45]
y_correct = 0
assert(isequal(your_fcn_name(x),y_correct))
x =
45 45
y_correct =
0
|
2 | Pass |
x=[27,327]
y_correct=1/2
assert(isequal(your_fcn_name(x),y_correct))
x =
27 327
y_correct =
0.5000
|
3 | Pass |
x=[546,273]
y_correct=1/3
assert(isequal(your_fcn_name(x),y_correct))
x =
546 273
y_correct =
0.3333
|
MATCH THE STRINGS (2 CHAR) very easy
250 Solvers
271 Solvers
2334 Solvers
273 Solvers
Matlab Basics II - Determine if an array has a 3rd dimension
107 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!