Answered step by step
Verified Expert Solution
Question
1 Approved Answer
MATLAB help ity 5. (40 pts) Don't you want to create a Batman using MATLAB? Each piece of Batman is actually a line created by
MATLAB help
ity 5. (40 pts) Don't you want to create a Batman using MATLAB? Each piece of Batman is actually a line created by the plot () function. I used 6 function calls of plot0, but every code is different so you may use more or less. And all boundaries will have to be read from the picture on the next page. Batman Here is how you construct the curves: 1). Each wing curve is a portion of the ellipse described by the equation: -I. Pick either x or y as the independent variable, solve for the other. Keep in mind he square root can take either positive or negative sign. 2).The bottom curve is described by the equation: x3 33-7 112 3). Each shoulder curve is described by the equation: 6/10 y+1.5-0.5 6 10 14 1) 4). The head consists of straight lines, so it can be done in the dot-to-dot way If you feel the equation is too impressive, don't give up! Split if off into little pieces; double-check or triple-check your equations. Remember to use element-per-element operators (.*or./or.A) To set the x, y range and the axis label, do this: set (gca ,"XLin', [-7,7] ,' YL?n', [-5,5] ,'XT?ck',-7:7, ,YT?ck',-5:5) To set the fond size of the title, add ' Font Size ' , #value as the arguments. You can also set the line width in the plot command, ' Linewidth' , #value
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started