photo

Sk Zeeshan Ali


Last seen: 12 months 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


System of linear equations
u1, u2, v1, v2, w1, w2 are each 5 by 5 matrix. Following pair of linear equations hold at each grid, for example At (1,1 ): c1*...

3 years 前 | 1 个回答 | 0

1

个回答

提问


How to get coordinates for a specific contour line?
I have the program as follows: x = -2:0.2:2; y = -2:0.2:3; [X,Y] = meshgrid(x,y); Z = X.*exp(-X.^2-Y.^2); contour(X,Y,Z) N...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Get a three column matrix from meshgrid data
I have the following program: x=linspace(0.1,0.3,3); y=linspace(1,3,3); [x1,y1] = meshgrid(x,y); z=x1.*y1; Now I want to re...

4 years 前 | 1 个回答 | 0

1

个回答