photo

Muhammad Sardar Khan


自 2015 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 1
  • Revival Level 1
  • First Answer

查看徽章

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

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

9 years 前 | 2 个回答 | 0

2

个回答