統計
MATLAB Answers
8 質問
0 回答
ランク
of 168,407
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 1 件の回答 | 0

