-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question about ueq in the smc.m #5
Comments
In the code, I split the input into "equivalent" and "switch" parts.
We have that: s_dot = xddot_d - xddot + lambda*(xdot_d - xdot)
|
In the paper, I recommend some books:
|
@lienguang0624, how is going your study? I'm sorry I took more time to answer you last time. I think I've might have broken your pace. I just want to let you know that I'm still open to supporting you in understanding this work if you desire. Best regards. |
It's very kind of you. You've done me a lot of help. Due to the traditional Chinese festivals, my work has been suspended for a period of time. I will continue the unfinished work when life returns to normal. I am looking forward to our friendly communication.Wish you success in your work and good health.
获取 Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
发件人: Mateus Amarante <[email protected]>
发送时间: Wednesday, February 24, 2021 12:31:36 AM
收件人: mateus-amarante/master_thesis <[email protected]>
抄送: lienguang0624 <[email protected]>; Mention <[email protected]>
主题: Re: [mateus-amarante/master_thesis] Question about ueq in the smc.m (#5)
@lienguang0624<https://github.com/lienguang0624>, how is going your study? I'm sorry I took more time to answer you last time. I think I've might have broken your pace. I just want to let you know that I'm still open to supporting you in understanding this work if you desire. Best regards.
―
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#5 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AHEQTBK73RZHKOUII7HIJITTAPJ6RANCNFSM4WFYFPVA>.
|
I repeated the implementation in function [u, s, ueq, usw] = smc(e,edot,xddot_d,f,b,lambda,kappa,eta, switch_fun) according to formulas (3.61) and (3.62). In my understanding, ueq is the first two items of the above fractions (3.61 and 3.62), and usw is the last two items of the fractions. But in the process of manual calculation, it was found that lambda.*edot in ueq did not appear in the fractions (3.61 and 3.62). Please help me.
The text was updated successfully, but these errors were encountered: