photo

Niklas Weichbold


Last seen: 4 years ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
259,626
of 301,433

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
75.0%

VOTES RECEIVED
0

RANK
 of 21,272

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,520

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Error: Dot indexing is not supported for variables of this type.
Hey fellow matlab users, when I run the code: tli.stat = round(tl.stat*60/int); %round since I have intervals like "1.4 minu...

4 years ago | 0 answers | 0

0

answers

Question


Change Nan of matrix with mean of columns
Hello, I want to change the NaN of a matrix with the specific mean-value of each column. I tried: num = repmat(nanmean(num), ...

4 years ago | 1 answer | 0

1

answer

Question


How do I remove all the rows with NaN-value of a specific column?
Hey, I want to delete all the rows with NaN value of my first column using the 'isnan'-function. The matrix is 570x9. After I ...

4 years ago | 1 answer | 0

1

answer

Question


Convert negative and out of defined range data to NaN
Hello, my problem is that I have a matrix of 9 columns and want the quality of the data shown in a special range (as shown in "l...

4 years ago | 1 answer | 0

1

answer