photo

培国 原


Last seen: 4ヶ月 前 2021 年からアクティブ

Followers: 0   Following: 0

Programming Languages:
MATLAB
Spoken Languages:
Chinese
Pronouns:
He/him

統計

All
MATLAB Answers

4 質問
0 回答

Cody

0 問題
8 解答

ランク
255,029
of 300,851

評判
0

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

回答採用率
75.0%

獲得投票数
0

ランク
 of 21,094

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
43,417
of 171,294

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

スコア
95

バッジ数
1

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

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

平均評価

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

平均いいねの数

  • Solver
  • Thankful Level 2

バッジを表示

Feeds

表示方法

解決済み


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

3年以上 前

解決済み


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

3年以上 前

解決済み


Find the two most distant points
Given a collection of points, return the indices of the rows that contain the two points most distant from one another. The inpu...

3年以上 前

解決済み


Prime factor digits
Consider the following number system. Calculate the prime factorization for each number n, then represent the prime factors in a...

3年以上 前

解決済み


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the numbers. Otherwise return false. Example...

3年以上 前

解決済み


Minefield Sonar
*Background* In mine-hunting games (e.g. Microsoft Minesweeper), the user is provided with a covered grid that, upon a left c...

3年以上 前

解決済み


Give the Shortest Path Through The Maze
*Description* The purpose of this problem is to give the shortest path through a maze. The maze will be provided in a codifie...

3年以上 前

解決済み


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:...

3年以上 前

質問


How to avoid using linear programming to solve this investment problem?
Hello, everyone. I have an investment question. The questions are as follows. Now you have a certain amount of initial cash in ...

4年弱 前 | 0 件の回答 | 0

0

回答

質問


Why does my linear programming show no solution?
Theoretically, my linear programming has a solution, but why does matlab show no solution? lxy=143; prob=optimproblem("Objecti...

4年弱 前 | 1 件の回答 | 0

1

回答

質問


How to improve the accuracy of Gaussian texture models?
Hello,I want to use Gaussian texture models to detect traffic flow. How can I improve the accuracy of the model? foregroundDete...

約4年 前 | 1 件の回答 | 0

1

回答

質問


How to change optimization variable
How to take the number of zero elements of an optimization variable as part of the constraint condition?I want to take the numbe...

4年以上 前 | 1 件の回答 | 0

1

回答