This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
problem531()
Ra = [5.6267,7.4260,5.5061];
assert(Ra(1) > 5 & Ra(1) < 6);
assert(Ra(2) > 7 & Ra(2) < 8);
assert(Ra(3) > 5 & Ra(3) < 6);
ans =
5.6000 7.4000 5.5000
|
289 Solvers
Back to basics 13 - Input variables
233 Solvers
348 Solvers
Integer sequence - 2 : Kolakoski sequence
105 Solvers
2740 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!