Feeds
提问
How to plot a function and each starting value in different colors? (Newton's Method)
I have to plot a dot at each starting point (x0, 0) in red, green and blue, if the method converges to the roots of the function...
8 years 前 | 0 个回答 | 0
0
个回答提问
How do I complete my code to plot the Moody Chart?
function [f] = frictionFactor(Re, ed) %Re = Reynolds Number, ed = eps/d, relative roughness colebrook = @(f) 1/sqrt(f)+...
8 years 前 | 2 个回答 | 0