Can you share the code for function calculate_pi instead of snapshot ?
Why my graph only contain 4 lines instead of 6 lines
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Dan
am 6 Jun. 2023
Kommentiert: Dan
am 6 Jun. 2023
I defined a function which is calculate_pi, and using 6 different method to approxiamt the value of pi. The compute answer is correct, but when I use the answer to calculate the error between the value of pi in matlab, and plot the error in graph, it only shows 4 lines instead of 6 lines. I don't know why, can somebody help me? I appreciate that!


Akzeptierte Antwort
Nathan Hardenberg
am 6 Jun. 2023
Bearbeitet: Nathan Hardenberg
am 6 Jun. 2023
Check if your err-array for "left-hand" and "right-hand" has values in it. If thy are NaN, it does not plot a line, but no error is thrown
-- EDIT -- (after calculate_pi() Code)
Three of your methods result in the same graph ("left_end", "right_end" and "trapezoidal"). Thats why you are only able to see four graphs. I plotted with different linestyles to make it more obvious.

Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Creating, Deleting, and Querying Graphics Objects finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!