Matlab for循环出现小问题

问题描述:

Matlab for循环出现小问题
M=4;
x=0:0.1:2*pi; % Set the step length and the number of cycle periods
N=length(x);
b=zeros(N,M);a=zeros(N,M);
g=@(t)sin(t)^2/2;
F=zeros(N,M);
for k=1:N
for l=0:M-1
if x(k,l)>= 0 && x(k,l)
1个回答 分类:英语 2014-11-03

问题解答:

我来补答
程序里出现了x(1,0)
>> size(x)
ans =
1 63
 
 
展开全文阅读
剩余:2000
上一页:一道物理提题