photo

Jasmine Zhu


Last seen: 24 days 前 自 2022 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

4 个提问
0 个回答

排名
260,996
of 300,105

声誉
0

贡献数
4 个提问
0 个回答

回答接受率
75.0%

收到投票数
0

排名
 of 20,874

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,405

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2

查看徽章

Feeds

排序方式:

提问


How to extract string/numbers after a keyword in a text
Hi, I have a text like the following. z >HEAD DATAID="P=01 R=14 (H)" ACQBY="DGSM" FILEBY="" ACQDATE=04/11...

2 years 前 | 2 个回答 | 0

2

个回答

提问


Distortion introduced by filtering interpolated data.
My goal is to filter the column g correctly. Since there are duplicates in column t, I firstly used unique() to remove the dup...

2 years 前 | 1 个回答 | 0

1

个回答

提问


How to change consecutive duplicate values, so that they are unique
I have an array A = [1,2,2,4,5,5,5,6], and I would like to get B=[1,2,2.1,4,5,5.1,5.2,6]. How to do it? Thanks!

2 years 前 | 2 个回答 | 0

2

个回答

提问


extract numbers from a string.
str = "sensor_serials": {"H1": "3637", "H2": "3638", "H3": "2787"}, I would like to extract the number 3637, 3638, and 2787 fr...

3 years 前 | 2 个回答 | 0

2

个回答