photo

sriram amarnath


自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

7 个提问
0 个回答

排名
250,406
of 300,081

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
28.57%

收到投票数
0

排名
 of 20,868

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,273

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
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...

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

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

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

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

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

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

6 years 前 | 0 个回答 | 0

0

个回答