Problem 464. Function Sniffer

  • 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

41.67% Correct | 58.33% Incorrect
Last Solution submitted on Sep 03, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers39

Suggested Problems

More from this Author100

Problem Tags

Community Treasure Hunt

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

Start Hunting!