Problem 44083. First use of arrayfun() and anonymous function @(x)
Create an anonymous function using @(x) for a parabola equation for the given coefficients stored in s with
s(1)x2 + s(2)x + s(3).
Use arrayfun() to apply the parabola equation to each element in the array A.
Note: for , while , and eval are forbidden.
Have fun :o)
Solution Stats
Problem Comments
-
1 Comment
David Verrelli
on 23 Jun 2018
Pascal Wenger, I recommend that you employ "assessFunctionAbsence" — see
https://au.mathworks.com/help/coursework/ug/assessfunctionabsence.html — in your Test Suite to more robustly deal with tricks to sidestep intended solution.
Solution Comments
Show commentsProblem Recent Solvers66
Suggested Problems
-
Project Euler: Problem 3, Largest prime factor
1756 Solvers
-
1217 Solvers
-
Determine the number of odd integers in a vector
794 Solvers
-
6056 Solvers
-
Given a square and a circle, please decide whether the square covers more area.
1605 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!