Process Control Definitions
7:42
3 жыл бұрын
Introduction to Block Diagrams
7:27
3 жыл бұрын
First Order Transfer Functions
4:49
3 жыл бұрын
Reeves Lab Introduction
3:17
3 жыл бұрын
Dl-GFP Rics
0:04
5 жыл бұрын
ode suite screencast
13:28
5 жыл бұрын
Basics of Matlab's ode suite
10:42
5 жыл бұрын
The basics of fsolve
12:49
5 жыл бұрын
while loops
10:26
5 жыл бұрын
for loops
10:08
5 жыл бұрын
Newton's method
13:24
6 жыл бұрын
The basics of fzero
12:51
6 жыл бұрын
Standard Forms
7:40
7 жыл бұрын
Routh Array
11:04
7 жыл бұрын
Deadtime
8:53
7 жыл бұрын
Inferential control
10:30
8 жыл бұрын
Ratio Control
10:30
8 жыл бұрын
Пікірлер
@iaroslavz2644
@iaroslavz2644 9 ай бұрын
Thank you very much. It was very nice and clear explained.
@ouroboros757
@ouroboros757 10 ай бұрын
Thank you! Very helpful and well explained.
@JoviaNantale-cg5ie
@JoviaNantale-cg5ie 11 ай бұрын
Good explanation but the words and figures are not clear
@rasmusboybedsted87
@rasmusboybedsted87 Жыл бұрын
Great video, can you explain how the data were generated?
@jinmili5619
@jinmili5619 Жыл бұрын
Dear Dr. Gregory, this video is really helpful. May I ask if the vector of equations F contains some derivatives of two unknown variables, will this fslove solution still work? Thanks in advance!
@drgregoryreeves
@drgregoryreeves Жыл бұрын
It's possible you could reparameterize to make it work. Could you provide a specific example?
@TheKayser13
@TheKayser13 Жыл бұрын
Many thanks from a lab research in France, this helped me a lot !
@drgregoryreeves
@drgregoryreeves Жыл бұрын
You're welcome, glad to help!
@MrLonewolf5150
@MrLonewolf5150 Жыл бұрын
Thank you!
@cessromer7078
@cessromer7078 2 жыл бұрын
What would be the response in the case of a pressure sensor reading of the valve actuator ? Thanks in advance. also does have to be a change over time? what is i want the change with respect to another variable ?
@jemalhabib7667
@jemalhabib7667 2 жыл бұрын
how to get optimization code
@aroniebronze7168
@aroniebronze7168 2 жыл бұрын
I need help in non regression
@aroniebronze7168
@aroniebronze7168 2 жыл бұрын
@@drgregoryreeves i have some experimental data of 3 variables and I have to determine Kcat using the non-linear regression. I don't know if i can share the table with you. Can you help with that?
@MuhammadQasim-kw1er
@MuhammadQasim-kw1er 2 жыл бұрын
tuning against which performance index will give smaller error later in time, ITAE or IAE?
@zayedalshuhoumi8397
@zayedalshuhoumi8397 2 жыл бұрын
Hi Dear ,please can you share the codes which you implemented in the excel sheet
@pedrobolsi8366
@pedrobolsi8366 2 жыл бұрын
Why is the 2 multiplying the summation of each partial derivative is dropped when going to matrix "F" (big F)
@drgregoryreeves
@drgregoryreeves 2 жыл бұрын
Ya, great question. You could keep the "2" in there, but since we are ultimately solving for F = 0, the "2" can also be dropped.
@usmaniftikhar4711
@usmaniftikhar4711 2 жыл бұрын
Sir I want to learn about ISE. Can I get your number or email id
@drgregoryreeves
@drgregoryreeves 2 жыл бұрын
I am not sure how much more I can tell you about ISE except what is in the video. Can you describe your question in a posted comment? Thanks!
@usmaniftikhar4711
@usmaniftikhar4711 2 жыл бұрын
@@drgregoryreeves sir I have red ISE help in reducing overshoot and rise time. I am designing aco optimized fopid controller to reduce harmonics of AC. And ISE is the objective function. Can u tell me how it helps in reducing rise time or overshoot.
@drgregoryreeves
@drgregoryreeves 2 жыл бұрын
@@usmaniftikhar4711 Minimizing ISE should help with both of those, but it is only one objective function, and minimizing those two parameters might work better with a different objective function. Do you know the behavior of your system analytically? Or, do you have an accurate model of your system?
@usmaniftikhar4711
@usmaniftikhar4711 2 жыл бұрын
@@drgregoryreeves Sir I am going to reduce harmonics in active power of solar plant. When it passes through invertor to covert into AC, harmonics generated in it so use fopid controller to minimize harmonics in active power . Fopid controller reference wattage is 10 watt and suppose if actual power become 15 watt due to harmonics, controller will give signal to invertor in order to minimize the difference or error. so can u tell me which is best objective in this case which can overcome rise time, settling time and overshoots
@drgregoryreeves
@drgregoryreeves 2 жыл бұрын
@@usmaniftikhar4711 My first guess is IAE. But I think the best thing to do is try multiple simulations to see what works the best. That's why I asked if you had a good model of your system.
@meowran7778
@meowran7778 2 жыл бұрын
A life saver for me, bro. I'm in biochemistry doing some light kinetics
@kuzgun_TR
@kuzgun_TR 2 жыл бұрын
I have a system with 10 equations and 8 unknowns, how can I solve these equation sets?
@GregReeves1520
@GregReeves1520 2 жыл бұрын
If you have an overdetermined system, fsolve can still work with it, but it will try to do some sort of optimization to get the best fit values of your unknown that minimizes your 10 equations in some way. I am not 100% sure how that works, since I've only tried to use fsolve with square systems. Are you trying to do an optimization problem?
@kuzgun_TR
@kuzgun_TR 2 жыл бұрын
@@GregReeves1520 no, I'm dealing with trim analysis of an aircraft in forward flight and trying to find the unknowns from dynamic equations. Thanks for your reply I will try f solve first
@user-ue5dl1rg9d
@user-ue5dl1rg9d 2 жыл бұрын
Nice explanation 👍
@priyajeni5560
@priyajeni5560 2 жыл бұрын
sir is it possible to solve the below type of equations using fsolve... if it is how to give an input in MATLAB? A1=(1+1/beta)D^2+diag(f+g)D-2h*I B1=2p^2 where beta=0.8 c=0.3 Initial guess is f(0)=1-e^(-n) g(0)=c*(1-e^-n) p(0)=e^(-n) h(0)=c*e^(-n) This is Spectral collocation method...i have no idea to give input as matrix form... pls kindly help..
@mamsf
@mamsf 2 жыл бұрын
can't anyone just explain how to do the most important thing of showing the x output at each iteration?
@nelsonjoaquimribeironeto3459
@nelsonjoaquimribeironeto3459 3 жыл бұрын
Hi, what does FT mean?
@jhanolaer8286
@jhanolaer8286 3 жыл бұрын
Hi sir, please make a video tutorial of verlet rope simulation..
@lionelkolambi8814
@lionelkolambi8814 3 жыл бұрын
understood now Sir, thanks
@GregReeves1520
@GregReeves1520 3 жыл бұрын
No problem!
@joliegarcia5515
@joliegarcia5515 3 жыл бұрын
where did the vmax of 2.3mmol/s came from?
@LaraxWarrior3
@LaraxWarrior3 3 жыл бұрын
Thank you
@marwan819
@marwan819 3 жыл бұрын
Thank you Dr. for your illustration.
@anggitwijanarko5164
@anggitwijanarko5164 3 жыл бұрын
How to find transfer function sensor pH?
@GregReeves1520
@GregReeves1520 3 жыл бұрын
@@anggitwijanarko5164 , in order to find a transfer function for the pH sensor, you'll first need to figure out how to model it in the time domain. For example, in the screencast, temperature sensors can be modeled as first order ODEs, and analyzer sensors as pure time delays. What would be a good model for the dynamics of your pH sensor?
@GregReeves1520
@GregReeves1520 3 жыл бұрын
@@anggitwijanarko5164 I don't think that's a good idea, but you can either approximate your data as first order (an exponential) or an FOPDT if you think there's deadtime, and you can follow what's on that video.
@Life64644
@Life64644 3 жыл бұрын
Urgent help please How can I tune my nonlinear controller constants? The error coefficients!!! Please help! Thanks
@firestorm210
@firestorm210 3 жыл бұрын
This video was so helpful!!!
@mimis3238
@mimis3238 3 жыл бұрын
do you still have the template and how can i have it if possible?
@ParniaSh
@ParniaSh 3 жыл бұрын
I loved the graphical explanation on the plot. Helped me a lot. Thanks
@drgregoryreeves
@drgregoryreeves 3 жыл бұрын
Great!
@ParniaSh
@ParniaSh 3 жыл бұрын
I appreciate your clear explanation!
@ParniaSh
@ParniaSh 3 жыл бұрын
Your explanation is clear and helpful! Thanks, Dr. Reeves.
@drgregoryreeves
@drgregoryreeves 3 жыл бұрын
No problem!
@kevinliisme
@kevinliisme 3 жыл бұрын
Great explanation and example of inferential control - thank you
@mohsinraza1048
@mohsinraza1048 3 жыл бұрын
Can you perform a similar procedure for the modified Arrhenius equation?
@rickmartony9566
@rickmartony9566 4 жыл бұрын
Thanks!
@criccenter9619
@criccenter9619 4 жыл бұрын
How can I plot (X,Y) When X=-3:0.1:3; Y=X² + 3*Y - exp(X-2*Y);
@drgregoryreeves
@drgregoryreeves 4 жыл бұрын
You can convert your equation to the form f(X) = 0 by moving the lone Y on the LHS to the RHS. Then, in that form, you can run a for loop to use fzero to solve for Y for every X in your mesh. Alternatively, you could use fsolve once instead of fzero in a for loop...that might work too. Let me know if you have other questions. Once you have a value of Y for every value of X, you can plot(X,Y).
@drgregoryreeves
@drgregoryreeves 4 жыл бұрын
​@@criccenter9619, when you say "unable to get answer", does that mean you can't get any kind of solution? Or is it that you are not getting the solution you expect? Because your code looks good, syntax-wise. The only thing is that in your first post, you had a "Y" on the LHS of your equation, but that "Y" is gone in your second post. If the first post is correct, you should move that "Y" from the LHS to the RHS, so it appears as a "-Y" in the RHS of the "S" equation in your function. Did that help? Let me know!
@alpacinoxz
@alpacinoxz 4 жыл бұрын
could you upload the sheet ?
@drgregoryreeves
@drgregoryreeves 4 жыл бұрын
I will look into the feasibility of making my sheets available through some platform. In the meantime, if you can figure out how to DM me, you can have the sheet!
@simoneaston1701
@simoneaston1701 4 жыл бұрын
Thank you
@jerrylordadutwumoppong
@jerrylordadutwumoppong 4 жыл бұрын
Dr Reeves, can I get the formulae for % error? Thank you
@saddamhussainsoomro2810
@saddamhussainsoomro2810 4 жыл бұрын
Sir can you help me for 12 non linear equations with 12 variables, or guide anything please. Thanks
@GregReeves1520
@GregReeves1520 4 жыл бұрын
Hi, happy to help. Can you clarify? Are you running into problems that are not helped by this video? fsolve can, in principle, handle a 12x12 system, but it may be difficult and you might need to use a very good initial guess. Have you already tried to program a script and function to use fsolve on your system? What did you find? Was there a particular error?
@saddamhussainsoomro2810
@saddamhussainsoomro2810 4 жыл бұрын
@@GregReeves1520 yes sir I tried using fsolve. That shows error. The equation not solved! I also tried Newton raphson method but the roots are coming to be same as my initial guesses.
@GregReeves1520
@GregReeves1520 4 жыл бұрын
@@saddamhussainsoomro2810 If you have already taken the time to write a Newton's method code to solve the problem, I would focus on that. So you wrote a while loop that quits when either "f" or "delta_x" (or both) become small (say, 1e-6). In each iteration of the loop, you need to evaluate "f", calculate the Jacobian "J", then take a newton step of "delta_x = -J \ f; x = x + delta_x;" Correct? How many iterations are happening in the while loop? If your solution is the same as your initial guess, then my guess is that either you are not entering the while loop correctly, or within the while loop, you are not updating your value of x. Thoughts?
@saddamhussainsoomro2810
@saddamhussainsoomro2810 4 жыл бұрын
@@GregReeves1520 sir can you send me email I will send you my code
@drgregoryreeves
@drgregoryreeves 4 жыл бұрын
@@saddamhussainsoomro2810 I am not planning on posting my email publicly here, but you can google me, and you can probably find me on an NC State website.
@deekshith280
@deekshith280 4 жыл бұрын
Sir, please explain how to calculate enthalpy of vapour and liquid in detail
@GregReeves1520
@GregReeves1520 4 жыл бұрын
Rohit, I have to apologize! I did not ever make that video, and I posted this video 7 years ago...I am afraid I have lost my notes for the continuation part. If you are interested in what might come next, I encourage you to read Chapter 8 for Felder, Rousseau, and Bullard!
@GregReeves1520
@GregReeves1520 4 жыл бұрын
Although I can tell you that you will have to use heat capacity. Roughly, Delta_H = n*Cp*Delta_T. The book (or your instructor) may ask you to do a fairly complicated integral to get Cp as a function of temperature, but most of the time, you can assume Cp is a constant with respect to temperature. As always, you'll need to keep very good track of all the terms. You'll need a Cp for each phase of each species. Good luck!
@deekshith280
@deekshith280 4 жыл бұрын
Thank you sir for your valuable reply
@grandhivenkatachalapathira1588
@grandhivenkatachalapathira1588 10 ай бұрын
​@@deekshith280 Did you find the answers?
@deekshith280
@deekshith280 4 жыл бұрын
Sir.. please upload the continution...
@Alexa-dt8fm
@Alexa-dt8fm 4 жыл бұрын
Thank u Sir ,iT helped a lot..
@antonydimitrelos3948
@antonydimitrelos3948 4 жыл бұрын
great video, thanks
@danielt.plazas5401
@danielt.plazas5401 4 жыл бұрын
Thank you Dr Gregory Reeves! Do you know if there is any way to find all the roots of a system in which there is, for example, an equation with two unknowns? Of course in a finite range.
@jabbamafmgeneralenterprise499
@jabbamafmgeneralenterprise499 2 жыл бұрын
U dey e for
@ashg9023
@ashg9023 4 жыл бұрын
Explained better than my physchem lecturers. Thank you.
@dewigesrek5651
@dewigesrek5651 4 жыл бұрын
How to i solve an RL circuit with E = E sin Wt with it??
@MystericalBeast
@MystericalBeast 4 жыл бұрын
Why is T2 a constant here?
@heathercrawford8630
@heathercrawford8630 4 жыл бұрын
I am in electrical engineering. Thank you so much
@GregReeves1520
@GregReeves1520 4 жыл бұрын
You're welcome!