Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
a = 10;
b = 2.5*10^23;
c = exp(2*pi/3);
[au bu cu] = ScalarVars;
assert(isequal(a,au));
assert(isequal(b,bu));
assert(isequal(c,cu));
b =
2.5000e+23
c =
8.1205
|
Remove all the words that end with "ain"
1292 Solvers
1600 Solvers
Output any real number that is neither positive nor negative
316 Solvers
Create an index-powered vector
352 Solvers
07 - Common functions and indexing 2
316 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!