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
R2025a Pre-release highlights
This topic is for discussing highlights to the current R2025a Pre-release.
12
4

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!
Go to top of page