Question: Write a script to graph the result of Matlab's l o g ( x ) for 0 . 5 0 0 0 0 1 x
Write a script to graph the result of Matlab's for together with the results from myLog for and in a single figure. Use the transpose of Matlab's inspace command to generate a column vector with equally spaced points covering the entire requested range of values to generate the data for the plot.
Notes for the MatlabGrader script submission:
Comment out clear or clear all in your script when submitting to MatlabGrader.
Generate and store the figure handle examF iq for the graph before doing any plotting commands, using examFiq fiqure ;
Properly label both axis using the appropriate variable names
Include a legend for each line, starting with followed by and
Ensure that your legend does not obstruct any part of your plot.
Do not include the source code for my Log in your script
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
