Answered step by step
Verified Expert Solution
Question
1 Approved Answer
I dont understand how to fix the error??? 11. Using MATLAB's built-in function fminbnd, determine the minimum and the maximum of the function f(x) =
I dont understand how to fix the error???
11. Using MATLAB's built-in function fminbnd, determine the minimum and the maximum of the function f(x) = 2+(x-1.45) 3+3.5 (0.8x2-0.6x+2) 1 assignment_6_number_3.m assignment_6_number_4.mx | assignment 7_number_2.mx .mx + function y = f(x) (2+(x-1.45).^2)7 (3+3.5*(0.8.x.^2-0.6. *x+2)); end Y 2 - 3 - 4 5 - 6 - 7 8 minx - fminbnd (@f,0, 100); minvalue = f(minx) Line 5: Parse error at minx: usage might be invalid MATLAB syntax. maxX = fminbnd (@(x)-f(x), 1,3) maxValue = f (maxX) 9 - 10 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