Problem to find inflection point
Show older comments
Hi, i previously follow the guidelines and tutorial provided by Stryker to solve the inflection points problem. At first, i used 19 values in an array and it come out fine. However, when i have 20 values inside my array, i got an error message: "Index exceeds array bounds". Can someone help me? i really appreciate any help.
My array with 20 values inside:
xNew = [-433.08032 -422.60339 -435.8176 -447.13495 -458.09866 -469.62628 -476.03198 -478.79868 -482.30139 -481.55859 -479.44727 -474.50156 -472.0987 -463.40927 -456.15408 -449.5589 -442.93631 -442.58139 -445.34409 -447.53372];
yNew = [1443.96497 1399.23254 1369.25476 1351.823 1329.43958 1299.13647 1268.26343 1234.25989 1201.34021 1174.68372 1145.37134 1118.427 1089.32715 1061.75366 1034.36926 1008.59052 982.44653 956.20862 933.88422 905.15338];
Tutorial and guidelines followed previously: https://ww2.mathworks.cn/matlabcentral/answers/383721-how-to-find-inflection-point-please-help#answer_306101
Accepted Answer
More Answers (0)
Categories
Find more on Creating and Concatenating Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!