photo

Bradley Johnson


Last seen: quasi 4 anni fa Attivo dal 2020

Followers: 0   Following: 0

Statistica

MATLAB Answers

9 Domande
0 Risposte

RANK
17.100
of 300.331

REPUTAZIONE
2

CONTRIBUTI
9 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
44.44%

VOTI RICEVUTI
2

RANK
 of 20.920

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.124

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

  • Thankful Level 2
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


I need to load an image to apply my filter registration code but cannot get the image to load. The image is in a matlab file, but keep getting an error loading, line 9.
clear all; close all; clc; %Number of shifted noisy frames Nshifts = 50; %Noise standard deviation nze_std_dev = 80; %Set t...

quasi 4 anni fa | 2 risposte | 0

2

risposte

Domanda


Error in acker function, poles do not much size A?
I am trying to use the ACKER function in my code but i keep getting an error and not sure why. The syntax seems to be correct so...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Simulink Simulation will not run simulation
I am trying to get a simulink simulation to run and keep getting errors but not sure why. I have simscape and simscape electrica...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Plotting Discrete Time Functions
I need to plot 5 cos(π n /6 - π/2) as a discrete tim signal. But I am not getting the proper result. n = [-5:0.001:5]; y = 5*c...

circa 5 anni fa | 3 risposte | 1

3

risposte

Domanda


compute the approximation of pi
Write a program that approximates PI by computing the sum . The more terms you keep in the summation, the more accurate your a...

circa 5 anni fa | 2 risposte | 1

2

risposte

Domanda


Storing found values in array
Hello I have a code set to do a bisection method. I need to store the values of a, b, c, x,and y for each iteration of the code ...

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


Writing code for bisection method; then storing values for each iteration of the loop.
Hello, I am trying to write a code for bisection method for a class project. I cant figure out why my code wont finish running a...

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


repeating a sequence of code
Hello, I am working on an assignment for a class, I have a program written as follows, disp(' Choose an Option Below '); di...

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


solving definite integrals exponential
im trying to integrate e^(x/2) from -2 to 10 and cant get it to actually solve the integral function instead i get the answer : ...

oltre 5 anni fa | 1 risposta | 0

1

risposta