photo

Bradley Johnson


Last seen: presque 4 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

MATLAB Answers

9 Questions
0 Réponses

RANG
17 085
of 300 364

RÉPUTATION
2

CONTRIBUTIONS
9 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
44.44%

VOTES REÇUS
2

RANG
 of 20 934

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 407

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


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

presque 4 ans il y a | 2 réponses | 0

2

réponses

Question


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

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 5 ans il y a | 3 réponses | 1

3

réponses

Question


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

environ 5 ans il y a | 2 réponses | 1

2

réponses

Question


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

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 5 ans il y a | 1 réponse | 0

1

réponse