photo

Edinson Manga


Last seen: 5 years ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
1 Answer

RANK
67,231
of 300,352

REPUTATION
0

CONTRIBUTIONS
3 Questions
1 Answer

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 20,928

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,212

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

  • Thankful Level 1

View badges

Feeds

View by

Question


Euler's Method
Hi! Model of an epidemic: We will now describe a mathematical model for the spread of an epidemic. Suppose we have a commu...

5 years ago | 1 answer | 0

1

answer

Answered
fprintf to plot error
clear all close all clc f=@(x,y)2*(2*sin(x)+cos(x))-5*sin(x); %Write your f(x,y) function, where dy/dx=f(x,y), x(x0)=y0. x...

5 years ago | 0

Question


fprintf to plot error
I need convert fprintf of y0 to vector for plot (x,y0)

5 years ago | 2 answers | 0

2

answers

Question


Euler’s method
How make the map of integral curves in the region [0, 10] × [0, 10] of the differential equation y′(t) = (y (t) - 5) (cos2 (t) -...

5 years ago | 1 answer | 0

1

answer