Covering some basic topics I haven't seen elsewhere on Cody.
Given a string that is the name of a MATLAB function, return a string that is the full path on the local disk to the function.
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers184
Suggested Problems
-
The Hitchhiker's Guide to MATLAB
3408 Solvers
-
We love vectorized solutions. Problem 1 : remove the row average.
884 Solvers
-
721 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
399 Solvers
-
Flip the vector from right to left
10831 Solvers
More from this Author39
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
First & third test cases omits '.m' extension while second consider '.m' extension.
Need to modify the test cases.