photo

Maurice Hendriks


TU Delft

Active since 2017

Followers: 0   Following: 0

Message

Statistics

Feeds

View by

Question


Optimize/maximize for multiple functions that depend on eachother in time.
I'm calculating the profit that can be made when connecting a battery to the electricity grid; Charging when electricity is ch...

7 years ago | 1 answer | 0

1

answer

Question


Optimize for multiple variables in nonlinear function
I need to optimize the charging of a battery. I have the price for power per hour; €P(i). I want to charge the battery in t_fina...

7 years ago | 1 answer | 0

1

answer

Question


how to find the first nonzero value of a multidimensional matrix, with a certain value for some dimensions in that matrix
I want to find the first nonzero element in a matrix, I'm now using idx = find(NH3summer==min(NH3summer(NH3summer>0))); ...

7 years ago | 0 answers | 0

0

answers

Question


heaviside function in fun for fminbnd
I have a function fun = @(x) f(x)*heaviside(g(x)) so it is a function of x but within it also a heaviside function that ...

7 years ago | 2 answers | 0

2

answers