I want to know everything! - MATLAB Cody - MATLAB Central

Problem 3046. I want to know everything!

Difficulty:Rate

I am always a little bit paranoid.

Now, I want to know what my co-workers do with my MATLAB when I am not here.

Find (it is not necessary to guess) functions used just before the call to the function and return a cell with the names.

For example:

 a=magic(10);
 b=rot90(a);
 f=find_last_fcn()
 assert(ismember('magic',f))
 assert(ismember('rot90',f))

Can I trust you ?

Solution Stats

23.08% Correct | 76.92% Incorrect
Last Solution submitted on May 10, 2023

Problem Comments

Solution Comments

Show comments
Who Deserves Your Praise? Discover the New Contribution Widget!
...
We are excited to announce another update to our Discussions area: the...

Problem Recent Solvers11

Suggested Problems

More from this Author43

Community Treasure Hunt

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

Start Hunting!
Go to top of page