Feeds
提问
Problem with cubic spline
I got this message: Unable to perform assignment because the left and right sides have a different number of elements. Error...
6 years 前 | 1 个回答 | 0
1
个回答提问
Help with my secant method.
Here's my code. function [it_count,root,xn] = secant(fcn,x0,x1,error_bd,max_iterate) % % function secant(fcn,x0,x1,error_bd,m...
6 years 前 | 2 个回答 | 0
2
个回答提问
How can I fix the error in the given code? About 'inline'
it_count=0; xn=0; if 0 >= 0.9 disp('0 < 3 is not true. Stop!') root=NaN; return end a = 0.9; b = 1.2; f=i...
6 years 前 | 1 个回答 | 0