Feeds
질문
How to plot a function, instead of just values?
function y = fresnelS(f,x,n) Where the function is defined as follows... What would you add to the code so that you coul...
7년 초과 전 | 답변 수: 1 | 0
1
답변질문
Fresnel functions, with vectors?
function y = fresnelS(f,x,n) if mod(n,2) == 1 error('The number of strips must be even!'); end h = x/n; y = f(...
7년 초과 전 | 답변 수: 1 | 0

