Statistiques
RANG
227 559
of 295 448
RÉPUTATION
0
CONTRIBUTIONS
11 Questions
2 Réponses
ACCEPTATION DE VOS RÉPONSES
72.73%
VOTES REÇUS
0
RANG
of 20 227
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 872
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
Problem in a disturbance rejection tuning controller
Hi guys. I want to tune a controller so it can reject the disturbance of an Input. This is my model's code that I'm using in S-f...
environ un mois il y a | 1 réponse | 0
1
réponseQuestion
Problem using "trim" function to find steady-state points for a simulink model.
Hi guys. I'm trying to simulate this model in S-function. This is my model's code: function dx=bioreactor(t,x,u) %Output...
environ un mois il y a | 1 réponse | 0
1
réponseQuestion
I want to access multiple parameters that I have defined in a function
Hi guys. I have a system of ODEs in a function that I solve with ODE23s in another MATLAB file. Here is my function: function S...
5 mois il y a | 1 réponse | 0
1
réponseQuestion
Book recommendations for improving optimization, control and modeling different processes in MATLAB
Hi, I want to enhance my coding skills in optimization, simulation, and control of various processes using MATLAB. Could you sug...
6 mois il y a | 1 réponse | 0
1
réponseQuestion
Improving optimization results(Fmincon)
Hi guys. I'm trying to solve an optimization problem but the results I'm getting from fmincon() don't have the accuracy that I'm...
6 mois il y a | 1 réponse | 0
1
réponseproblem in function inputs
I have solved the problem. Here is the code: clear variables clc %Initial Condition Q0=100; T1=230; %S = @Sec_model_fun_for...
6 mois il y a | 0
| A accepté
Question
problem in function inputs
Hi guys. I have this function that gives me the equations for my DAE system. function S = Sec_model_fun(t,x,Q0,T1) %%Dynamic s...
6 mois il y a | 1 réponse | 0
1
réponseQuestion
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 mois il y a | 1 réponse | 0
1
réponseQuestion
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]; ...
7 mois il y a | 1 réponse | 0
1
réponseI 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*...
7 mois il y a | 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...
7 mois il y a | 2 réponses | 0
2
réponsesQuestion
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...
8 mois il y a | 4 réponses | 0
4
réponsesQuestion
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...
plus d'un an il y a | 2 réponses | 0