![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/10845200_1609278938117.jpg)
Joshua McGee
2020 年からアクティブ
Followers: 0 Following: 0
統計
All
ランク
N/A
of 297,010
評判
N/A
コントリビューション
0 質問
0 回答
回答採用率
0.00%
獲得投票数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
送信済み
Absorption and Stripping - Equilibrium Approach Solver
Program to compute the number of stages for a hypothetical absorption/stripping process using the equilibrium approach.
4年以上 前 | ダウンロード 7 件 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/b6253564-6aca-46ed-8741-d5764ffcb0f3/fcec4ad8-e74c-43a8-817f-b50d0ec6d99a/images/1603462403.png)
送信済み
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年弱 前 | ダウンロード 4 件 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/f93c0c94-537a-455e-9a7b-889326ca0440/50d6a365-b2ba-4e8f-ae36-ab70afc2f19a/images/screenshot.png)
送信済み
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年弱 前 | ダウンロード 2 件 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/58b94d14-617e-497f-a489-1ea98dcbc261/e934b9f0-60d9-4384-8a29-51f043bee209/images/screenshot.png)
送信済み
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年弱 前 | ダウンロード 1 件 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/0cbefd0c-8e2b-40c6-96ec-09b0507b4b8f/dcbd0382-a459-4e6a-9716-cd335a4b6762/images/screenshot.png)
送信済み
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年弱 前 | ダウンロード 1 件 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/e6a38052-3e91-48df-87d8-67ba6a703294/5a99a549-735e-4c7a-9f3a-2e1a6bfb3071/images/screenshot.png)
解決済み
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
5年弱 前
解決済み
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
5年弱 前
解決済み
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年弱 前
解決済み
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年弱 前
解決済み
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年弱 前