06 November 2018 3 207 Report

K_UL and Kcel are matrices.

M1=4;

M2=4;

nK = size(K_UL,2);

Us=zeros(ndof,nK);

for x=-M1:1:0

for y=-M2:1:M2-1

fx=1i*pi*x/M1;

fy=1i*pi*y/M2;

u=Myfun(Kcel,M1,M2,fx,fy);

Us = Us+(1+(x>-M1&x

More Puneet Kumar's questions See All
Similar questions and discussions