photo

Jakob


Active since 2014

Followers: 0   Following: 0

Message

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

Statistics

MATLAB Answers

7 Questions
1 Answer

RANK
7,129
of 300,756

REPUTATION
6

CONTRIBUTIONS
7 Questions
1 Answer

ANSWER ACCEPTANCE
28.57%

VOTES RECEIVED
2

RANK
 of 21,077

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,890

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
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

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!

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

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

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

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

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

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

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

11 years ago | 1 answer | 0

1

answer