Problem 344. Back to basics 2 - Function Path

Created by Alan Chalker

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.

Problem Group