photo

Sunday Aloke


David Umahi Federal University of Health Sciences Uburu

Last seen: 대략 2개월 전 2022년부터 활동

Followers: 0   Following: 0

메시지

Programming Languages:
MATLAB
Spoken Languages:
English
Pronouns:
She/her
Professional Interests:
Mathematics and Optimization

통계

MATLAB Answers

21 질문
3 답변

순위
213,832
of 299,035

평판
0

참여
21 질문
3 답변

답변 채택
14.29%

획득한 표
0

순위
 of 20,657

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 163,163

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • First Answer

배지 보기

Feeds

보기 기준

질문


Matlab code for disease endemic point
I have the following model equations as shown in the image above.I want to find the endemic equilibrium points. Can it be done w...

2개월 전 | 답변 수: 0 | 0

0

답변

질문


Spactra radius of a 4×4 matrices
I want to find the Spectra redius of the matrices below but I kept running into problem. syms a b c d e f...

2개월 전 | 답변 수: 0 | 0

0

답변

질문


Spectral radius of 4×4 matrices
I want to find the Spectra redius of the matrices below but I kept running into problem. syms a b c d e ...

2개월 전 | 답변 수: 1 | 0

1

답변

질문


Plotting inverse Laplace transform
I want to find the inverse Laplace transform and then plot the graph. Below 👇 is the code: syms s t %defi...

3개월 전 | 답변 수: 1 | 0

1

답변

질문


Sensitivity analysis of epidermic parameters
Below is the mode equations I have. I want the MATLAB code to run a sensitive analysis of the model parameters.

12개월 전 | 답변 수: 0 | 0

0

답변

질문


Eigenvalues and eigenvectors of 4 systems of ODe
clear all; clc format long %construct the matrix A. A=[0.00022 -0.0001 0 0; 0 0.1877 -0.1876 0; 0.32139 -0.32139 0.33212 -0....

1년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Pontraygin Maximum Principle USAge
Please help me to U(t)=? Using maximum principle to solve the problem.

1년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Data fitting to estimate parameters
Hello, I'm need on Matlab. I try to fit some measured data with lsqcurvefit but estimate the parameters. It's an epidemiological...

1년 초과 전 | 답변 수: 0 | 0

0

답변

답변 있음
Inverse Laplace transform of a 4 by 4 matrix
I got 0 Is there anything I can do? I don't have to MATLAB CD again.

1년 초과 전 | 0

질문


Inverse Laplace transform of a 4 by 4 matrix
Please house, I need help to output the inverse Laplace transform of the 4 by 4 matrix attached below. I will be grateful for yo...

1년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Estimation of parameters of a 6 system of ODE
I have a system of 6 differential equations, which includes the susceptible humans, exposed humans, infected humans, recovered h...

1년 초과 전 | 답변 수: 0 | 0

0

답변

답변 있음
Estimation of parameters Problem
I have a system of 6 differential equations, which includes the susceptible humans, exposed humans, infected humans, recovered h...

1년 초과 전 | 0

질문


Estimation of parameters Problem
clc; clear all t = [1 2 4 6 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Matlab code for Model parameters Estimation
I am working on Lassa Fever I have my Model Equations but from the reported data on Lasa fever, I have only confirmed cases and...

1년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Symbolic matrix in MATLAB
My MATLAB has no symbolic toolbox as in to run the determinants of the matrices in the document attached, please can someone hel...

2년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
how to plot graph for SIR epidemic model
Please I need help on the matrix in the document attached. My MATLAB has no symbolic toolbox as in to run, can someone help me a...

2년 초과 전 | 0

질문


Plotting real data and prediction
I have a real data in excel, I want to make a future prediction.I have the following code but it only produce figure from the cu...

대략 3년 전 | 답변 수: 0 | 0

0

답변

질문


Model fitting for real data using matlab lsqcurve
I have a program which I need an assistant. I have a system of 5-ODe model and my excel file has multiple sheets and each she...

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


Import individual column of excel file into Matlab
The excel file named Book3 has multiple columns, I want to import column with date as xdata and column AM as ydata. I need the M...

대략 3년 전 | 답변 수: 0 | 0

0

답변

질문


I am new to MATLAB
Please I want to import the column with date as xdata and the last column as ydata. Please what code do I use

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


Plotting excel data in MATLAB
I have an excel file with multiple cells and sheets. In each sheet, I want to plot the date and the data on the last column of e...

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


Assistant on MATLAB Lsqucurvefit
I have 5 systems of odes And real data on excel I want to model fitting to real data using MATLAB Lsqcurvefit for (a) all pa...

대략 3년 전 | 답변 수: 0 | 0

0

답변

질문


MATLAB lsqcurvefitting using real data
I have a model of 5-differential equations. I want to model fitting to real data for all parameters and for infectious parameter...

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


I need assistant on to to fit some parameters in my model using Isqcurvefit
I have downloaded the data set for the infection. Please I need the code to import and do the data fitting of the model. Thanks ...

3년 초과 전 | 답변 수: 0 | 0

0

답변