Feeds
提问
help on error message
am getting error that says Error using horzcat Dimensions of arrays being concatenated are not consistent. Error in Plot2...
6 years 前 | 3 个回答 | 0
3
个回答已解决
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
6 years 前
提问
I want to ask about this matlab code. I can not understand the function of it. It meshes for plates. However, I have limited matlab knowledge and the expression became very confusing for me. Can anyone help me on the code in detail? Thanks .
edof=[]; for i=2*(ELx+1)+1:2*(ELx+1):2*(ELx+1)*(ELy+1) for j=0:2:2*ELx-1 edof = [edof; [i+j+(1:4)-(2*(ELx+1)+1) ...
6 years 前 | 1 个回答 | 0
1
个回答提问
help on what a code means or does
K(edof(1,:),edof(1,:)) = T1'*k1*T1; % assemble k1 to global K I found the above code and could not understand. What does it...
6 years 前 | 0 个回答 | 0


