Community Profile

photo

naiva saeedia


Last seen: Today Active since 2023

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 2

View badges

Feeds

View by

Question


Problem in solving an optimization problem
Hi, guys. This is my code for my optimization problem: Objective=@Case; p0 =[1,1,1,1,1]; A = []; b = []; Aeq = []; beq...

7 hours ago | 1 answer | 0

1

answer

Question


How to optimize the run time in my optimization problem.
Hi guys. I have an optimization problem. The code is as follows: Objective=@MassTransferErrors; kL=0.5; kH=0.5; p0=[kL,kH]; ...

2 days ago | 1 answer | 0

1

answer

Answered
I want to find two missing parameters in an ODE system of equations using regression/optimization in MATLAB
@Sam Chak Hi and thanks a lot for defining this code in Matlab. Your opinion about conversion of mass(F1 should be equal to Q1*...

16 days ago | 0

Question


I want to optimize an ODE system of equations with constraints
Hi..I have a set of ODEs..I want to find the optimal value of kL and kH with these constraints: 0=<kL<=100 0=<kH<=100 Mass_C4...

19 days ago | 2 answers | 0

2

answers

Question


I want to find two missing parameters in an ODE system of equations using regression/optimization in MATLAB
Hi guys I have this code for simulation of a Reactor and I have a ODE system to solve. The problem is I don't have the values of...

27 days ago | 4 answers | 0

4

answers

Question


Maximizing Batch Reactor Products in matlab
Hi..I want to maximize W_C10 which is the mass concentraion of C10 products in a batch Reactor...And what I meant by maximizatio...

9 months ago | 2 answers | 0

2

answers