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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0