You need to loop through the different x inputs.For instance, the following will do what you are looking for: x=0:0.1:1;. y=zeros(size(x));.
確定! 回上一頁