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

