photo

Anwesh Saha


Last seen: 2 years 前 自 2023 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

8 个提问
0 个回答

排名
272,699
of 300,765

声誉
0

贡献数
8 个提问
0 个回答

回答接受率
62.5%

收到投票数
0

排名
 of 21,084

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,941

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Filtering between frequency range
I have a matrix of 48X25600 in size. Each row depicts the signal amplitudes at 200 Hz. I want to filter each row between a part...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Normalizing to the maximum value
I have a 48X128 matrix. I want to normalize each row to the maximum value in that row. What function will achieve this?

3 years 前 | 1 个回答 | 0

1

个回答

提问


Taking one dimension of a matrix
I have a 972X48X128 matrix double, and I want to save the first 2D matrix of the 3D matrix in another variable of dimension 1X48...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Deleting fields of a particular dimension in a structure
I have a struct with ints in it. I want to delete the fields with 1X13 int32 in it. Also, I would like to know the count of diff...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Dividing each row in a 48X5120 int32 with the maximum value in the row
I have a 48X5120 int32, and I want to divide each element in a row with the maximum value in the row, for all the 48 rows. How d...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Finding the maximum value in a single
I have a 1X128X3 single. I want to find the maximum values in each of the 3 channels, how can this be accomplished?

3 years 前 | 2 个回答 | 0

2

个回答

提问


How to convert fields in a struct into an int?
I have a struct with 48 fields each 1X128 int32 in it. I want to combine all the fields into a single 48X128 int32, how do I ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


How do you iterate over multiple fields in a structure?
I have a 1X1 struct with 48 fields in it. Each field is 1X5120 int 32. I want to downsample each of these fields using the downs...

3 years 前 | 1 个回答 | 0

1

个回答