培国 原 - MATLAB Central
photo

培国 原


Last seen: Today 自 2021 起处于活动状态

Followers: 0   Following: 0

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

统计学

All
CodyMATLAB AnswersFrom 09/21 to 03/25Use left and right arrows to move selectionFrom 09/21Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

4 个提问
0 个回答

Cody

0 个问题
8 个答案

排名
154,315
of 297,695

声誉
0

贡献数
4 个提问
0 个回答

回答接受率
75.0%

收到投票数
0

排名
 of 20,466

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
40,242
of 159,380

贡献数
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 years 前

已解决


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

3 years 前

已解决


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 years 前

已解决


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

3 years 前

已解决


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 years 前

已解决


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 years 前

已解决


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 years 前

已解决


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 years 前

提问


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

3 years 前 | 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...

3 years 前 | 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...

3 years 前 | 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...

3 years 前 | 1 个回答 | 0

1

个回答