photo

hongxin huang


Last seen: 3年以上 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

All
File Exchange

3 ファイル

Cody

0 問題
7 解答

ランク
N/A
of 301,379

評判
N/A

コントリビューション
0 質問
0 回答

回答採用率
0.00%

獲得投票数
0

ランク
18,192 of 21,244

評判
2

平均評価
0.00

コントリビューション
3 ファイル

ダウンロード
3

ALL TIME ダウンロード
29

ランク
48,006
of 174,273

コントリビューション
0 問題
7 解答

スコア
82

バッジ数
1

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • First Submission
  • Solver

バッジを表示

Feeds

表示方法

送信済み


Research on population growth
A Live script which demonstrates the rules of population growth

5年以上 前 | ダウンロード 1 件 |

0.0 / 5

送信済み


种群数量增长探究
本实时脚本描述了: ·种群的无限和有限增长 ·种群的两种生殖对策 ·二种群的种间竞争和捕食

5年以上 前 | ダウンロード 1 件 |

0.0 / 5

送信済み


种群数量增长探究
本实时脚本中列举了有关种群增长的几种常见的方式,描述了种群的两种生殖对策,并用图像展示了二种群的种间竞争和捕食关系下种群数量变化趋势。读者可以通过滑动滑块来了解各项参数变化时种群数量增长的不同情况,适合学生自学或是用于培养儿童学习兴趣。

5年以上 前 | ダウンロード 1 件 |

0.0 / 5

解決済み


Add two numbers
Given a and b, return the sum a+b in c.

5年以上 前

解決済み


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Examp...

5年以上 前

解決済み


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

5年以上 前

解決済み


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

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年以上 前