photo

benjamin chong


自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

2 个提问
2 个回答

排名
289,981
of 301,370

声誉
0

贡献数
2 个提问
2 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 21,243

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 174,217

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


Function with duplicate name "aAcou1" cannot be defined.
% this function calculates and plots the sound pressure of a single source c= 343; function [spl] = aAcou1(f,P,t) if f ==...

7 years 前 | 1 个回答 | 0

1

个回答

已回答
Index in position 2 exceeds array bounds (must not exceed 25).
my code is to plot the Sound pressure leve in DB on a meshgrid but my dimensions of the grid are 11 by 14 but the formula on lin...

7 years 前 | 0

已回答
Index in position 2 exceeds array bounds (must not exceed 25).
if i run the code with x = (1:h:15) y = (1:h:15) i get if i run the code with x =[1:h:12] y =[1:h:15] then i get the ...

7 years 前 | 0

提问


Index in position 2 exceeds array bounds (must not exceed 25).
function[spl] = tryal2(f,P,t) if f == 40 w = 2*pi*f; A = 10; end c = 343; x = [0:.5:11]; y = [0:.5:15]; k = w/c...

7 years 前 | 3 个回答 | 0

3

个回答