Feeds
질문
Error: Conversion to double from function_handle is not possible. Error in homework4 (line 18) deltaf(k) = function_fd(f,2,h(k));
Function File: function [df] = function_fd(f, x, h) df = @(f,x,h) ((f(x+h)-f(x))/h); Script File: f = ...
8년 초과 전 | 답변 수: 1 | 0