![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/10402734_1522136055713_DEF.jpg)
Samuel Suakye
Followers: 0 Following: 0
Statistics
RANK
200 330
of 297 016
REPUTATION
0
CONTRIBUTIONS
14 Questions
1 Answer
ANSWER ACCEPTANCE
57.14%
VOTES RECEIVED
0
RANK
of 20 419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157 725
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
mer än ett år ago | 1 answer | 0
1
answerQuestion
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...
ungefär 2 år ago | 1 answer | 0
1
answerdisplay 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
mer än 2 år ago | 0
Question
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 =...
mer än 4 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 4 år ago | 1 answer | 0
1
answerQuestion
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 (...
mer än 4 år ago | 0 answers | 0
0
answersQuestion
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...
nästan 5 år ago | 1 answer | 0
1
answerQuestion
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...
nästan 5 år ago | 1 answer | 0
1
answerQuestion
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...
nästan 5 år ago | 1 answer | 0
1
answerQuestion
Matlab code for summation series and iteration for the equation
nästan 5 år ago | 0 answers | 0
0
answersQuestion
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;...
nästan 5 år ago | 2 answers | 0
2
answersQuestion
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 = ...
nästan 5 år ago | 1 answer | 0
1
answerQuestion
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....
nästan 5 år ago | 2 answers | 0
2
answersQuestion
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;...
mer än 7 år ago | 0 answers | 0
0
answersQuestion
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
mer än 7 år ago | 1 answer | 0