Community Profile

photo

Clemens Gersch


Last seen: 2 years ago Active since 2019

Statistics

All
  • Solver
  • Thankful Level 3
  • Knowledgeable Level 1
  • First Answer

View badges

Content Feed

View by

Question


Variables as arguments in 'listed' function inputs
Hi, would like to replace the path and the .m-filename in the following function with variables instead of writing it directly ...

2 years ago | 1 answer | 0

1

answer

Question


How to replace numbers in one vector according to two 'translation vectors'
Hi, I probably just googled for the wrong terms as this seems to be a very common problem. I have a vector A that needs to b...

3 years ago | 1 answer | 0

1

answer

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

3 years ago

Answered
How can I create a vector with constrains on Matlab?
I can give you a starting point: nOnes = 1; nTwos = 2; nThrees = 2; % Create permutations. Elements = [repmat(1, 1, nOnes...

3 years ago | 0

Question


uilabel - fit width to text
Hi, I have some uilabel objectss in my appdesigner app which are created programmatically while the app is running. Now I woul...

3 years ago | 2 answers | 5

2

answers

Question


Change non-listed, unaccessible(?) properties in app designer
Hi, i would like to access properties in the app designer which are not accessible by the usual means as they are not propert...

3 years ago | 1 answer | 0

1

answer

Question


App Designer - Duplicate/Clone/Copy Components
Hi, I am trying to clone some of my components in my App Designer app. I found the copyobj function but it does not satisfy my ...

4 years ago | 2 answers | 0

2

answers

Question


fmincon nonlinear equality constraint
Hi, I am trying to implement the following equality constraint for using it in fmincon: where and TargetVariance is a fix...

4 years ago | 1 answer | 0

1

answer

Answered
Equals numbers returns not equal
Are you sure that they are exactly the same? Try format long and then display your values again. I guess that temp is only ...

4 years ago | 0

| accepted

Question


Apply function row-wise on a tall array
Hi, I have a tall array T with some variables, let's say A, B and C. I also have a function f(a,b,c), that only works with scal...

4 years ago | 1 answer | 0

1

answer

Question


Interpolation of in-between values in a list of different groups
Hi, I have a dataset zerocd, from which I uploaded an extract. The variable zerocd.days can be understand as days in the futu...

4 years ago | 1 answer | 0

1

answer

Question


Efficiently copying values from one table two another in which unique values are columns
Hi, I have a file attached that contains two tables A and B. I would like to put the values from A.volatility into the right co...

4 years ago | 1 answer | 0

1

answer

Question


How can I match values using a 'translation array' without looping
Assume, you have a table with n observations for which something is measured, e.g. only the week in which they were observed. Th...

4 years ago | 1 answer | 0

1

answer