photo

Eren Atar


Last seen: 3 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
101,094
of 299,947

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
83.33%

收到投票数
0

排名
 of 20,848

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,679

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3
  • Thankful Level 2

查看徽章

Feeds

排序方式:

提问


Multiple Maximas in multiple matrices
Hello, I want to get multiple maximas of multiple matrices. I got a solution to get the maxValue but it gives me one absolute ...

3 years 前 | 2 个回答 | 0

2

个回答

提问


Visualy change values of legend
Hello, x = [1:288]; y = rand(288,1); plot(x,y); xlabel('time in 5 min') ylabel('random numbers') title('24/5 over a day'...

3 years 前 | 2 个回答 | 0

2

个回答

提问


Matlab filter max value every 60 elements
Hello I want to extract some data, aim is to look at a day in seconds with temperature/value (86400x1 double) and extract all ma...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Filter Matrix over a specific value
data = [1:10]; idx = data > 5; %output only logical values I want to filter my values, aim would be to get all values in a ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Two Same max Values of a Array
I want to find and increase the Value of an Array by 1. But I also want to look into cases with multiple maximas with the same ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Calculate differences between all values elements in a vector and increase max diff by one
I'm trying to produce a code that will calculate the differences between all values in a vector. The Vectors could also be rand...

4 years 前 | 1 个回答 | 0

1

个回答