photo

Bradley Johnson


Last seen: 約4年 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

9 質問
0 回答

ランク
17,110
of 300,763

評判
2

コントリビューション
9 質問
0 回答

回答採用率
44.44%

獲得投票数
2

ランク
 of 21,082

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,923

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


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

約4年 前 | 2 件の回答 | 0

2

回答

質問


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

4年以上 前 | 1 件の回答 | 0

1

回答

質問


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

5年弱 前 | 1 件の回答 | 0

1

回答

質問


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

5年以上 前 | 3 件の回答 | 1

3

回答

質問


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

5年以上 前 | 2 件の回答 | 1

2

回答

質問


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

5年以上 前 | 1 件の回答 | 0

1

回答

質問


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

5年以上 前 | 1 件の回答 | 0

1

回答

質問


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

6年弱 前 | 1 件の回答 | 0

1

回答

質問


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

6年弱 前 | 1 件の回答 | 0

1

回答