Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
assert(isequal(vect('x*x'),'x.*x'))
|
2 | Pass |
assert(isequal(vect('x^y'),'x.^y'))
|
3 | Pass |
assert(isequal(vect('x/z'),'x./z'))
|
4 | Pass |
assert(isequal(vect('(x*y)/z^w'),'(x.*y)./z.^w'))
|
147 Solvers
173 Solvers
669 Solvers
216 Solvers
Find the dimensions of a matrix
373 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!