Yang Metin - MATLAB Central
photo

Yang Metin


Last seen: 12 months 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 07/20 to 04/25Use left and right arrows to move selectionFrom 07/20Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

9 个提问
0 个回答

排名
33,064
of 297,999

声誉
1

贡献数
9 个提问
0 个回答

回答接受率
55.56%

收到投票数
1

排名
 of 20,519

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,124

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3
  • Explorer

查看徽章

Feeds

排序方式:

提问


How to make syms functions have specific values
For example, there is a function F(x) which has F(0) = 0 and F'(0) = 1. I want to calculate the value of the derivative G'(0) of...

3 years 前 | 1 个回答 | 0

1

个回答

提问


CPUs below 1000USD are used in Matlab
For AMD or INTEL CPU, which is more suitable for Matlab, I hope to find an Intel processor below 1000USD to use.

4 years 前 | 1 个回答 | 0

1

个回答

提问


10%+10%
Why 10%+10%=10?

4 years 前 | 1 个回答 | 1

1

个回答

提问


Finding optimal coefficients while fitting multiple data in matlab
There are 3 sets of data and I need to use exponential fitting. How to get a set of coefficients to satisfy the best fit to the ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Matlab filters the rows where the first column is the specified string
How to find a specified row of a cell, the strings in the first column of this row are all "E1", I need to filter these cells, h...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Generate anonymous functions from vectors
For example, the vector [a b c ....], I want to generate an anonymous function fun=@(t) -(a*t(1)+b*t(2)+c*t(3)+.....) ,How to do...

4 years 前 | 1 个回答 | 0

1

个回答

提问


The shortest way to find the sequence of all 1s to all 0s
The sequence P has a total of N bits, given the initial state (0 or 1). The given number d is the number of changes each time. F...

4 years 前 | 2 个回答 | 0

2

个回答

提问


Enter two numbers to generate a regular sequence
How to generate the following series: (A means the largest number in the sequence, D means the length of the result sequence. P...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Permutation and combination to flip the numbers in the array
There is a set of numbers such as [1 0 1 0 1 1], and now I need to flip two of them arbitrarily, such as flipping the first and ...

4 years 前 | 2 个回答 | 0

2

个回答