![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/6359358_1522113952892_DEF.jpg)
Andrew Hildyard
自 2016 起处于活动状态
Followers: 0 Following: 0
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