-
Notifications
You must be signed in to change notification settings - Fork 8
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
求助!能否解释一下SNS_Opt_Iter_M.m的代码 #1
Comments
同问 请问现在有合理的解释吗 |
抱歉,有点晚了,有,我之前推算出来过。
来自 Outlook<http://aka.ms/weboutlook>
…________________________________
发件人: bol6 ***@***.***>
发送时间: 2023年9月24日 18:13
收件人: yabinzhangJohn/SNS_matlab ***@***.***>
抄送: abilence ***@***.***>; Author ***@***.***>
主题: Re: [yabinzhangJohn/SNS_matlab] 求助!能否解释一下SNS_Opt_Iter_M.m的代码 (#1)
同问 请问现在有合理的解释吗
―
Reply to this email directly, view it on GitHub<#1 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AKCZDQGF5TREMJ76TWZPJDLX4ABULANCNFSM45IJ36RA>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
等过两天给你发解释,不好意思,一直没看邮件。
来自 Outlook<http://aka.ms/weboutlook>
…________________________________
发件人: TQK123 ***@***.***>
发送时间: 2023年11月28日 20:16
收件人: yabinzhangJohn/SNS_matlab ***@***.***>
抄送: abilence ***@***.***>; Author ***@***.***>
主题: Re: [yabinzhangJohn/SNS_matlab] 求助!能否解释一下SNS_Opt_Iter_M.m的代码 (#1)
大佬你现在还记得吗,看了这么多论文,我深刻理解到论文是论文,代码是代码,没有注释根本看不明白代码是什么意思,尤其是矩阵,根本不知道矩阵为啥是这样
―
Reply to this email directly, view it on GitHub<#1 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AKCZDQAZP6T3UWZ3J3DO2XTYGXIYJAVCNFSM45IJ36RKU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOBSHE3TENJWGMZA>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
张研究员您好!我认真研读您的代码,但是自己在SNS_Opt_Iter_M.m这部分优化程序没能理解,即使自己单步调试、对照论文也没能搞懂,想请教您,能否再解释一下Vector_loc Vector_loc = Q_h + (Q_w-1)h_V;这么定义的含义。
A_matrix, B_vector的代码。
如 A_matrix(Vector_loc, Vector_loc) = A_matrix(Vector_loc, Vector_loc) + 2wf_quad;
B_vector(Vector_loc) = B_vector(Vector_loc) + wf_quadsf_quad(2*Vertex_set_org(Q_h,Q_w,Layer_Vertex) - Vertex_set_org(Q_h-1,Q_w,Layer_Vertex) - Vertex_set_org(Q_h,Q_w-1,Layer_Vertex));
The text was updated successfully, but these errors were encountered: