![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/10845200_1609278938117.jpg)
Joshua McGee
Followers: 0 Following: 0
Statistics
RANK
N/A
of 297,010
REPUTATION
N/A
CONTRIBUTIONS
0 Questions
0 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
1,761 of 20,418
REPUTATION
1,045
AVERAGE RATING
4.60
CONTRIBUTIONS
5 Files
DOWNLOADS
16
ALL TIME DOWNLOADS
8039
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Submitted
Absorption and Stripping - Equilibrium Approach Solver
Program to compute the number of stages for a hypothetical absorption/stripping process using the equilibrium approach.
4 years ago | 7 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/b6253564-6aca-46ed-8741-d5764ffcb0f3/fcec4ad8-e74c-43a8-817f-b50d0ec6d99a/images/1603462403.png)
Submitted
COVID-19 Modeling
This model was created based off of fitVirus. This is a data-driven model that obtains up to date data and predicts the spread o...
5 years ago | 4 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/f93c0c94-537a-455e-9a7b-889326ca0440/50d6a365-b2ba-4e8f-ae36-ab70afc2f19a/images/screenshot.png)
Submitted
fitVirusCV19v3 (COVID-19 SIR Model)
Estimation of coronavirus COVID-19 epidemic evaluation by the SIR model, Code receives and plots most recent data from HDX.
5 years ago | 2 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/58b94d14-617e-497f-a489-1ea98dcbc261/e934b9f0-60d9-4384-8a29-51f043bee209/images/screenshot.png)
Submitted
COVID-19 World Spread Animation
This code will generate an animation displaying the spread of COVID-19 and save it as a video file. Data is obtained and process...
5 years ago | 1 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/0cbefd0c-8e2b-40c6-96ec-09b0507b4b8f/dcbd0382-a459-4e6a-9716-cd335a4b6762/images/screenshot.png)
Submitted
fitVirusCV19_state (United States COVID-19 SIR Model)
Estimation of coronavirus COVID-19 epidemic evaluation by the SIR model, Code receives and plots data for the US obtained over t...
5 years ago | 1 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/e6a38052-3e91-48df-87d8-67ba6a703294/5a99a549-735e-4c7a-9f3a-2e1a6bfb3071/images/screenshot.png)
Solved
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
5 years ago
Solved
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
5 years ago
Solved
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
5 years ago
Solved
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
5 years ago
Solved
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
5 years ago