Feeds
提问
Newtons Method (Receiving multiple errors)
function root = newtons(fun,dfun,x0) format long x = fzero(fun,x0); xi = x0; count = 0; fprintf('The MATLAB approximation o...
6 years 前 | 0 个回答 | 0
0
个回答提问
How to find the marker in the biggest row?
Im doing a project where I get the following marker locations [5 2; 7 3; 4 5; 6 5; 8 6; 3 8] I am trying to use the maxx comman...
7 years 前 | 2 个回答 | 0