photo

benjamin chong


Attivo dal 2019

Followers: 0   Following: 0

Statistica

MATLAB Answers

2 Domande
2 Risposte

RANK
289.982
of 301.383

REPUTAZIONE
0

CONTRIBUTI
2 Domande
2 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.0%

VOTI RICEVUTI
0

RANK
 of 21.252

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 174.306

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

Feeds

Visto da

Domanda


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

quasi 7 anni fa | 1 risposta | 0

1

risposta

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

quasi 7 anni fa | 0

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

quasi 7 anni fa | 0

Domanda


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

quasi 7 anni fa | 3 risposte | 0

3

risposte