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