photo

naiva saeedia


Last seen: 2개월 전 2023년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

14 질문
2 답변

순위
133,830
of 300,381

평판
0

참여
14 질문
2 답변

답변 채택
64.29%

획득한 표
0

순위
 of 20,941

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,477

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


Simulating a Nonlinear model predictive controller for a nonlinear system
Hi guys. I want to simulate the work of the paper in the attachments. I have simulated the open-loop model in CHO function as fo...

7개월 전 | 답변 수: 0 | 0

0

답변

질문


Problem with ctrbf() and its answer
Hi guys. I have this state-space system and I want to seprate the controllable and uncontrollable parts of this system hence I u...

11개월 전 | 답변 수: 1 | 0

1

답변

질문


Controllable Companion form for a MIMO system
Hi I have this state-space system and I want to find out about It's controllable canonical form using MATLAB. My problem is Comp...

11개월 전 | 답변 수: 2 | 0

2

답변

질문


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

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


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

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

1년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
problem 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...

1년 초과 전 | 0

| 수락됨

질문


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

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

1년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
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*...

1년 초과 전 | 0

질문


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

1년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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

1년 초과 전 | 답변 수: 4 | 0

4

답변

질문


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

2년 초과 전 | 답변 수: 2 | 0

2

답변