Function Sniffer - MATLAB Cody - MATLAB Central

Problem 464. Function Sniffer

Difficulty:Rate
  • 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

42.62% Correct | 57.38% Incorrect
Last Solution submitted on Jul 22, 2024

Problem Comments

Solution Comments

Show comments
Why should you share code?
In a discussion on LInkedin about my recent blog post, Do these...
1
2

Problem Recent Solvers41

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!