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 years 前 | 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 years 前 | 1 个回答 | 0

