photo

Andrew Hildyard


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Im trying to create a surface plot of the matrix z1 once it has been calculated:
I have the following code: syms x y F = (4*fvalue./((pi^4).*D3.*a.*b)); F1 =@(x,y,N,m1) (((sin(m1.*pi.*xvalue/a...

9 years 前 | 0 个回答 | 0

0

个回答

提问


Im trying to create a code that will create a matrix with gaps depending on the input sequences
This is what i currently have: beam=15; gap=10; N=10; P1=[0:beam+gap:(beam+gap)*N]; P2=P1+15; W=[P1(1,1):P2(1,1)] T...

9 years 前 | 2 个回答 | 0

2

个回答