photo

ZH


Last seen: 5 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

8 个提问
0 个回答

排名
118,982
of 300,396

声誉
0

贡献数
8 个提问
0 个回答

回答接受率
37.5%

收到投票数
0

排名
 of 20,945

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,524

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Can I update the units/properties of a time table using the head function?
Instead of listing off each variable unit, TT.Properties.VariableUnits = {'','C','kW','kW','Auxiliary','Auxiliary','Auxil...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How to put a specific expression in a conditional statement?
I have 2 timetables. One contians headers that have "_Units" and the other does not. I am trying to create a conditional stateme...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Alternatives to nanmean?
How could I create a mean funtion that ignores NaN values? I am trying to find the average of a column even with “NaN” values a...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Is there a way to do if/then for properties?
I am adding sourcefile to my properties, but would like to have a conditional statement. If the file contains "_Units" then the ...

5 years 前 | 0 个回答 | 0

0

个回答

提问


Can you temporarily remove a column from timetable?
I have a time table and want to remove a column that marks true or false, so it can be retimed (retime does not work if there ar...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Find underscores and have them deleted?
I am trying to do three things before/after a retime find the underscores and have them deleted find all the columns with " ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Trying to remove all columns that have "_Units"
I tried finalnbs(:,strncmp(finalnbs.Properties.VariableNames, '_Units', length('_Units'))) = [];.. did not get much.

5 years 前 | 1 个回答 | 0

1

个回答

提问


Can I average a retime?
I have data that is measured every second for 60 minutes. My current code is newtimetable3 = retime(TT3,'regular','nearest',...

5 years 前 | 1 个回答 | 0

1

个回答