Mathew Aibinu
Followers: 0 Following: 0
Statistics
4 Questions
0 Answers
RANK
220,506
of 295,448
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
75.0%
VOTES RECEIVED
0
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
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
Computing error and plotting its graph
%This compares the exact and approximate analytical solutions of the logistic %model clear all; close all; xx=1.0; %%main lo...
4 days ago | 1 answer | 0
1
answerQuestion
Incorrect dimensions for matrix multiplication
clear all; close all; % param value k0 = 0.244; p=536.2; q=0.0000376; % the function k = @(t,u) (k0 + (p*k0.^u-q*k0)*t +(p*k...
6 months ago | 1 answer | 0
1
answerQuestion
The graph is not displayed
close all clear all x0 = 100; r=1.02; for j=1:1:5 x(1) = x0; x(j+1) = r*x(j); end plot(j, x(...
1 year ago | 1 answer | 0
1
answerQuestion
The matlab code does not display the graph with Matlab R2015a
clear all; close all; syms k t I_0=1; mu=1.5; lambda=0.3; gamma=0.1; t=0:1:20; y=I_0*symsum((-lambda *t.^(mu)).^k/(2.^((k*(...
1 year ago | 2 answers | 0