• Given a string,
  • find out which built-in functions are present,
  • output a simple string,
  • that has sorted and unique list of the identified functions,
  • separated by spaces.
  • For example, 'x=cos(theta); y=sin(theta);'
  • should produce 'cos sin'.

Solution Stats

124 Solutions

43 Solvers

Last Solution submitted on Jul 09, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...

Problem Recent Solvers43

Suggested Problems

More from this Author99

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!