Create a set of anonymous functions to do calculate areas (Circle, Rectangle, Sphere, and Cube) then store them in a file named calcarea.mat. Call each a descriptive name, such as arearcirc to calculate area of circle. a) Note, use the following data to solve this problem: Area of a circle with radius of 5 Area of rectangle with length 4 and width 6 .Area of a sphere with radius of 4 Area of a cube
OR
OR