Community Profile

photo

Osama Dwairi


Last seen: casi 3 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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*...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

casi 4 años hace | 1 respuesta | 0

1

respuesta