
Muhammad Sardar Khan
自 2015 起处于活动状态
Followers: 0 Following: 0
Feeds
已回答
Plotting Mode Shapes
refer to this line: Mode11 = sin(pi*x/a).*sin(pi*y/b); since x and y are vectors created by the linspace function above. The m...
Plotting Mode Shapes
refer to this line: Mode11 = sin(pi*x/a).*sin(pi*y/b); since x and y are vectors created by the linspace function above. The m...
10 years 前 | 1
提问
How to augment a vector into another vector?
v1 = [0 1 2 3], v2 = [0 1 2] the resultant v3 =[0 0; 1 0; 2 0; 3 0; 0 1; 1 1; 2 1; 3 1; 0 2; 1 2;...
10 years 前 | 2 个回答 | 0