oluwatayo ogunmiloro
Followers: 0 Following: 0
Statistics
11 Questions
0 Answers
RANK
29,856
of 295,486
REPUTATION
1
CONTRIBUTIONS
11 Questions
0 Answers
ANSWER ACCEPTANCE
27.27%
VOTES RECEIVED
0
RANK
of 20,236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,950
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
Errors of not having enough input
The code is attached. The error displays not enough imput
2 years ago | 1 answer | 0
1
answerQuestion
Error of Attempted to access u1(51); index out of bounds because numel(u1)=1. please the error is in line 111
Error of Attempted to access u1(51); index out of bounds because numel(u1)=1. Please help. The error is in line 111. test ...
4 years ago | 1 answer | 0
1
answerQuestion
Error detected but matlab did not specify the type of error. pls help out
function y = conjunctivitis test = -1; tf=10; delta = 0.001; M = 50; t = linspace(0,tf,M+1); h = tf/M; h2 = h/2; M...
4 years ago | 1 answer | 0
1
answerQuestion
Help. i need to get a code correction for a proper fit of data for parameter estimation of a copouled biological ODE model. Pls i'm a student researcher.
@star strider function C=models(C,t) c0=[1;0;0;0;0]; [T,Cv]=ode45(@DifEq,t,c0); % %Initial conditions of the modelis given ...
4 years ago | 0 answers | 0
0
answersQuestion
Error of Index exceeds matrix dimensions. Please help
% 2016 2017 2018 2019 y = [3 2 6 6 % Jan 6 1 10 9 % Feb 2 5 4 0 % Mar 1 7 5 3 % Apr ...
4 years ago | 1 answer | 0
1
answerQuestion
Please i need a time series analysis on the data uploaded and also a fit to a epidemic model
The definitions on the excel data sheet are Susc--suspected cases Death LabCfd--Laboratory confirmed CFR---case fatality rat...
4 years ago | 0 answers | 0
0
answersQuestion
Hello guys, i need help on time series analysis of a data uploaded and also a fit to a model with codes
The excel sheet of the data is uploaded. Definitions on the data are; Suscp---Suspected cases LabCfd---Laboratory confirmed D...
4 years ago | 0 answers | 0
0
answersQuestion
Please help. Error of index out of bounds in my program
function Y = Linda N=100; % Total size en=50; % plot every nth time interval T=zeros(...
5 years ago | 1 answer | 0
1
answerQuestion
Please help. Error of index out of bounds
function Y = Linda N=100; % Total size en=50; % plot every nth time interval T=zeros(N+1,N+1); % T is the transition matrix,...
5 years ago | 1 answer | 0
1
answerQuestion
i encountered an error saying Undefined function 'Linda' for input arguments of type 'char', while trying save a file and run a code
Function Y = linda_77 N=100; % Total population size en=50; % plot every enth time interval T=zeros(N+1,N+1); % T is the tran...
5 years ago | 1 answer | 0
1
answerQuestion
Please i need help, i encountered the error saying In an assignment A(I) = B, the number of elements in B and I must be the same. Please a matlab expert should correct and ddebug thanks.
function y = cap2_rubeola_back_forw test = -1; tf=3; delta = 0.001; M = 999; t = linspace(0,tf,M+1); h = tf/M; h2 = h...
5 years ago | 1 answer | 0