Samuel Suakye - MATLAB Central
photo

Samuel Suakye


Last seen: 2 months 前 自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 05/17 to 04/25Use left and right arrows to move selectionFrom 05/17Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

14 个提问
1 个回答

排名
248,929
of 298,132

声誉
0

贡献数
14 个提问
1 个回答

回答接受率
57.14%

收到投票数
0

排名
 of 20,538

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,453

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Answer
  • Thankful Level 2
  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


How do I fix "Index in position 2 exceeds array bounds (must not exceed 1)."
clc; clear; close all; %% Data % Define the parameters qe = 1; n = 5e16; p = 0.525; E_0 = 10e3; v_s = 3.5e3; epsil...

2 years 前 | 1 个回答 | 0

1

个回答

提问


Unable to perform assignment because the left and right sides have a different number of elements.
there is this error ''Unable to perform assignment because the left and right sides have a different number of elements'' poopin...

2 years 前 | 1 个回答 | 0

1

个回答

已回答
display legends with different line styles in matlab
col = [0,0,1;0.9,0.4,0.17;0,1,0]; % Blue, Orange, Green How do I change this to linestyle

2 years 前 | 0

提问


Matlab graphs not showing
Below are my codes n = 5*10e12; vf = 1.0*10e6; mo = 9.109*10e-31; m = 0.44*mo; tau = 10e-12; e =...

4 years 前 | 1 个回答 | 0

1

个回答

提问


besselj: NU and Z must be the same size or one must be a scalar.
Plotting the following equation i.e. jx vs. omega (w) (find below) numerically but say NU and z of the besselj must have same si...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Multiple Graphs not showing
Please I am ploting this equation numerically but the graphs are not showing. Below is the equation Also this is what I did (...

5 years 前 | 0 个回答 | 0

0

个回答

提问


Vectors must be the same length
Ploting this equation numerically and this is what I've done (below) but it says vector must be the same length. Thank you f...

5 years 前 | 1 个回答 | 0

1

个回答

提问


double summation in matlab
Plotting j_z/j_o against beta_1 = {0,...,10}; and beta_2 = 1, This is what I have done (check the code below) using symsum but...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Error using plot: Data must be numeric, datetime, duration or an array convertible to double.
clc; b = 0.142e-9; gammao = 3.0; m = 101; hbar = 1; e = -1; K = 8.617e-16; T = 287.5; a = ((3*b)/(2*hbar)); Pz = ((2*pi*hba...

5 years 前 | 1 个回答 | 0

1

个回答

0

个回答

提问


Array indices must be positive integers or logical values.
hFig = figure clc; v = 2.0;u = 2.0; K = 8.617e-5; trig = sin(4)*cos(4); p = 2.7; t = 2.0; e = 1.6022e-19; deltag = 0.0156;...

5 years 前 | 2 个回答 | 0

2

个回答

提问


Multiple graphs not showing
% A graph of alpha_xi=a vrs T (temperature) % sigma(u)/sigmao = w = sigma(u)+ sigmapri(u) % On 02-04-2020 % Let omega*tau = ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How to correct matrix dimension disagree error
figure clear; clc; v = 1.0; n=[0.00 0.10 0.12 0.18]; u = linspace(0,2); %% for i = 1:length(n) sigma = ((1i.*u-1-v....

5 years 前 | 2 个回答 | 0

2

个回答

提问


Modified Bessel function of the zero and first order
These are my codes % Figure 1 % Motionless breather figure clear; clc; % hbar(Naturalpunits)=1; hbar=6.5821220*10e-16;...

8 years 前 | 0 个回答 | 0

0

个回答

提问


Correct codes but no graph shows
What do you do when your codes are correct but the graph does not show And do you add other graphs to be on same graph

8 years 前 | 1 个回答 | 0

1

个回答