Feeds
질문
Error using feval Function to evaluate must be represented as a string scalar, character vector, or function_handle object.
my code is: function vib = explicitwave(a,b,h,k,fic,gic,tm) x = a:h:b; nt = ceil(tm/k); nx = ceil((b-a)/h); nxm1 = nx - ...
4년 초과 전 | 답변 수: 1 | 0