Feeds
提问
I want to repeat this code 32 times and each time stores the result to get matrix 1*32
counter=0; for i=1:256 for j= 1:256 if L(i,j) == k counter= counter+1; end end end
6 years 前 | 1 个回答 | 0
1
个回答提问
i got an error when i run this code ? Error using plot
R=2; meo=5; ru=0:1:30*1; syms k Pout_k1=((2^(2*R)-1)^k).*symprod(1./(ru*5),k,1,1); Pout_k2=((2^(2*R)-1)^k).*symprod(1./(ru*...
6 years 前 | 1 个回答 | 0
1
个回答提问
how do i plot a cell array fi{i} where every cell contains 1*1 matrix
gama_rd=50; v = 0.1; lambda=0; for i=1:100 fi{i}=((lambda*v*gama_rd+lambda*v+2-lambda)*(1-lambda))/((lambda*v+2-lambda...
6 years 前 | 1 个回答 | 0

