Statistics
RANK
289,982
of 301,379
REPUTATION
0
CONTRIBUTIONS
2 Questions
2 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,244
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,273
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
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 ago | 1 answer | 0
1
answerIndex 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 ago | 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 ago | 0
Question
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 ago | 3 answers | 0