Community Profile

photo

sriram amarnath


Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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

4 years ago | 1 answer | 0

1

answer

Question


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

4 years ago | 2 answers | 0

2

answers

Question


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

4 years ago | 1 answer | 0

1

answer

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 2 answers | 0

2

answers

Question


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 ago | 0 answers | 0

0

answers