Community Profile

photo

Jakob


Active since 2014

Student of Electronic and Information Engineering at KIT.
Personal Interests: Optimization, Optimal-Control, Signal-Processing

Statistics

  • Thankful Level 2
  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

View badges

Content Feed

View by

Question


Simple Parallel Computation using FMINCON
Hey guys, I just want to perform 2 or more optimizations using fmincon in parallel, how does that work? Thanks guys!

6 years ago | 1 answer | 0

1

answer

Question


Build Matrix from Text file or String
Hey Guys, I'm working with Mathematica and MatLab and I just wrote a function, which translates the results (matrices and vecto...

6 years ago | 1 answer | 0

1

answer

Question


Calculating derivatives with symbolic variables
Hi, I'm trying to implement an Optimization-Algorithm and therefore need to calculate derivatives of skalar- and vector-fucntio...

6 years ago | 0 answers | 0

0

answers

Question


Hessian of a function declared in a file
Can I use hessian() for a function declared in a file, as for example: function x_sq = square(x) x_sq=x*x ...

6 years ago | 1 answer | 0

1

answer

Answered
How to create multiple legends - depending on number of inputs
for example: figure; hold on; x=1:10 for i=1:3 plot(i*sin(x)); nabla(i)=i; ...

6 years ago | 0

| accepted

Question


fminunc: Interior Point Algorithm
Hey guys, I was recently trying to give initial values for the dual-variables (Lagrange-Multipliers and Slack-Variables) in f...

6 years ago | 2 answers | 1

2

answers

Question


Updating Dual Variables in Distributed Optimization using fmincon
Hi there, I am trying to implement a distributed optimization algorithm in MatLab using fmincon and the 'interior-point-algorit...

6 years ago | 0 answers | 1

0

answers

Question


Create Co-Occurrence Matrix?
I'm just working with Ranklet Transformation to extract texture features. And I have got a Matrix with Ranklet Coefficients fro...

9 years ago | 1 answer | 0

1

answer