📄 findzero.m
字号:
function f=findzero(x,y);%> The file <findzero.m> finds 'all' zeros in a given interval.%> This is done in a rough and ready way by spline interpolation.%> Call: w=findzero(x,y); finds zeros of y as a function of x. %> Input: x, y = row vectors of same dimension, x representing%> equispaced arguments of the independent variable%> Output: w = row vector of zeros.%> Source of errors: zeros too close cannot be resolved, and are likely%> to escape detection altogether!%>%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -