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));
|
1763 Solvers
Back to basics 6 - Column Vector
908 Solvers
How many trades represent all the profit?
520 Solvers
The sum of the numbers in the vector
426 Solvers
465 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!