-
Notifications
You must be signed in to change notification settings - Fork 12
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
Some Bugs #4
Comments
Hi, @ozilxu,
|
Hi Dr. Sadati, Thanks again for your time and effort! If I want to derive the full system for the real dynamic task, is it still possible to conduct this in the future? |
Yes, of course. You need to choose a simpler framework that results in simpler final derivations. For that, I suggest EBR (which is similar to FEM kinematics, also know as ANBF) or ROM kinematics. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Dr. Sadati, I have tried the code from your GitHub repository. And I'm wondering if you could give me some advice to solve the below bugs.
Now I'm using v6_Latest_Version_Examples.zip and trying to run all the examples but I'm encountering some bugs.
1)For example Exp1_SRL.m I got the following bug: Error using sym/matlabFunction>computeVarnames (line 902) Dimensions of arrays being concatenated are not consistent.
2)For examples 2 and 3 I got the bugs: Check for incorrect argument data type or missing argument in call to function 'codegen'. Error in save_eom_mex (line 527) codegen EOM_eq -args vars_mex.
3)For examples 4 and 5 I got: Error using sym/matlabFunction>computeVarnames (line 902)
Dimensions of arrays being concatenated are not consistent.
I'm using MATLAB 2021a on a Windows laptop and wonder if you have some solutions to solve those bugs.
Thanks for the help in advance! @smhadisadati
The text was updated successfully, but these errors were encountered: