photo

benjamin chong


2019 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

2 質問
2 回答

ランク
289,982
of 301,383

評判
0

コントリビューション
2 質問
2 回答

回答採用率
0.0%

獲得投票数
0

ランク
 of 21,252

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 174,306

コントリビューション
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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 3 件の回答 | 0

3

回答