为什么会提示
Error using ==> newff
Input ranges has values in the second column larger in the values in the same row of the first column.
。。。。。
求助~~ 作者: madio 时间: 2013-7-4 06:51
if any(pr(:,1) > pr(:,2))
error('Input ranges has values in the second column larger in the values in the same row of the first column.')
end
你看看是不是pr的第一列的元素有比第二列的元素大的情况,第一列是最小值,第二列是最大值作者: studyzfr 时间: 2013-7-4 13:03
madio 发表于 2013-7-4 06:51
if any(pr(:,1) > pr(:,2))
error('Input ranges has values in the second column larger in the value ...