photo

ZH


Last seen: ungefär 5 år ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

8 Questions
0 Answers

RANK
168 308
of 300 365

REPUTATION
0

CONTRIBUTIONS
8 Questions
0 Answers

ANSWER ACCEPTANCE
37.5%

VOTES RECEIVED
0

RANK
 of 20 933

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168 262

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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...

mer än 5 år ago | 1 answer | 0

1

answer

Question


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...

mer än 5 år ago | 1 answer | 0

1

answer

Question


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...

mer än 5 år ago | 1 answer | 0

1

answer

Question


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 ...

mer än 5 år ago | 0 answers | 0

0

answers

Question


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...

mer än 5 år ago | 1 answer | 0

1

answer

Question


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 " ...

mer än 5 år ago | 1 answer | 0

1

answer

Question


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

mer än 5 år ago | 1 answer | 0

1

answer

Question


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',...

mer än 5 år ago | 1 answer | 0

1

answer