I need help in this code

MEE 212 – Computer application in IME SPRING 21 – Project Rotary engine called also Wankel engine , has two main components, a housing (S tator) and a rotating elem ent (Rotor). The ro tor has the shape of Reuleaux triangle (google it) and rotates eccentrically with respect to the axis of rotation. (See figure) Mix ture of air and fuel enters the housing of the engine through an inlet port , it will be compressed , burned, then released through an exhaust port (see the blue area in the figu re). As we can see the amount of this area changes according to the angular position of the rotor. The goal of this project is to determine th e area when the rotor side (1 -2) is horizontal as mentioned in the following figure . Create a sc ript called name -surname.m ask ing the use r to give the distance mentioned in the figure and other parameter if needed (pay attention the use r should unders tand what are the parameters to introduce ). The code has to calculate the area o f the blue surface . (Geometrical research and calculation should be carried out to find the area). In Figure 1 , plot the curve of the housing . Make sure that your plot is in black with title “Housing ”. The x -label should be “ x” and the y -label should be “ y”. On the same figure, plot the curve of the rotor in green and highlight the point of intersection with the housing usi ng red circles . Shade the surface between the two curves in blue as mentioned the figure above. The value of the area calcul ated by the code shoul d be mentioned in the figure next t o the shaded surface. Finally , the code should ask the user if he/she likes to generate a pdf report : If the user taps NO the program will stop If the user tap s YES the program will create a pdf report presenting the brief description and a photo of a Wan kel engine , the parameters and the dimen sion s of the engine introduced by the user, the figure 1 generated in MATLAB and the value of the area. Good luck!