Community Profile

photo

Christoph Thorwartl


Last seen: 11 months ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Standard deviation of multiple cell arrays
I've figured out how to get the average of multiple cell arrays. M is a 1x19 cell MEAN = mean(cat(3,M{:}),3) This works well. ...

3 years ago | 1 answer | 0

1

answer

Question


polynomial function 3D
Hello, I would like to put a second order polynomial function through 9 points. The points are given in the form P(x,y,z). ...

3 years ago | 2 answers | 0

2

answers

Question


mean value of polynominal function
Given is a polynomial function k. I would like to calculate the mean value of the function between two points (x1, x2). This s...

4 years ago | 2 answers | 0

2

answers

Question


Error using detrend. Too many output arguments
I would like to run this function. [dataL_d,Tr] = detrend(dataL,1); However, the following error always occurs: Error usin...

4 years ago | 1 answer | 0

1

answer