can you solve this by using MATLAB
3. In the U.S. fuel efficiency of cars is specified in miles per gallon (mpg). In Europe it is often expressed in liters per 100 km. Write a MATLAB user- defined function that converts fuel efficiency from mpg to liters per 100 km For the function name and arguments, use Lkm2MpgToLpkm (mpg). The input argument mpg is the efficiency in mi/gl, and the output argument Lkm is the
OR
OR