photo

sriram amarnath


自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How to solve a single equation with 2 variables? Both of which are integers.
D=4.4010; rowS=0.8613; Lx=0.286; Lz=0.198; fnm=[134 266 408 481 785 863]; wnm=2*pi.*fnm; wnm=sqrt(D/rowS).*((m.*pi./Lx).^2...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Subscription assignment dimension mismatch.
Lx=0.286; % length of plate(m) Lz=0.198; % breadth of plate(m) F=1;% Point load assumed to be 1 newton @ (x0,z0) Y=1.4e9 ;%Yo...

5 years 前 | 2 个回答 | 0

2

个回答

提问


Conversion of double to structure error?
Lx=0.286; % length of plate(m) Lz=0.198; % breadth of plate(m) xr=linspace(0,Lx,1000);% 1000 x co-ordinate points on surface ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


code to be optimised
Code under %% 4000Hz takes too much time to run. Can you please help me optimise it for quicker results! %%1a velocity 0-1kH...

5 years 前 | 0 个回答 | 0

0

个回答

提问


Reduction of repeated lines in code
Need help making the code more readable by reducing the repeated lines(dfunc lines) in section 1b: %% 1a velocity 0-1kHz Lx=0....

5 years 前 | 1 个回答 | 0

1

个回答

提问


for loops not working
The below code is to calculate the modes on a plate. The for loops are not using all the values of m & n % Modes on a plate L...

5 years 前 | 2 个回答 | 0

2

个回答

提问


For loop not iterating
xr=linspace(0,Lx,1000);% 1000 x co-ordinate points on surface zr=linspace(0,Lz,1000); % 1000 z co-ordinate points on surface ...

5 years 前 | 0 个回答 | 0

0

个回答