Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 'cos(pi*x - beta1)';
y_correct = {'beta1';'x'};
assert(isequal(symbolic(x),y_correct))
|
2 | Pass |
%%
x = 'cos(y)+sqrt(x)';
y_correct = {'x';'y'};
assert(isequal(symbolic(x),y_correct))
|
213 Solvers
122 Solvers
Determine if input is a perfect number
145 Solvers
find the maximum element of the matrix
349 Solvers
549 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!