Problem 43320. Expand a term
Given a term, as a string, expand it.
e. g.
f = '2(x + y)';
Solution Stats
Problem Comments
-
2 Comments
Nice idea, but the test cases are a bit confusing. Why do you add one space before and after '(', but none after ')' and three between the letters and the '+' symbol?
Thanks for the input :)
The reason I add one before '(' is because there is a '2' before it, which is part of the term. The ones between the letters and the '+' symbol are because spaces are characters, too.
Solution Comments
Show commentsProblem Recent Solvers36
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15764 Solvers
-
5006 Solvers
-
How to find the position of an element in a vector without using the find function
2806 Solvers
-
Write a code that will follow the equation y = x * (x + x) * x.
355 Solvers
-
659 Solvers
More from this Author14
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!