We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi I have try Manip_v6_2.m and I have this error
Error using - Matrix dimensions must agree.
Error in exp_v0_1 (line 26) par.r_arm = par.r_arm - par.r_arm(1,:) + 0 * [ 0 0 -par.var2(4) ] ;
Error in Fabric_v0_3 (line 147) par = exp_v0_1( par ) ;
this is due by this line
par.r_arm = par.r_arm - par.r_arm(1,:) + 0 * [ 0 0 -par.var2(4) ] ; par.r_fab = par.r_fab - par.r_fab(1,:) ;
size of par.r_arm is 202X3 and size of par.r_arm(1,:) is 1x3 !!
Best regards
Originally posted by @vincent-lebastard in #1 (comment)
The text was updated successfully, but these errors were encountered:
Hi Vincent, I copied the issue in this new thread to avoid any confusion. I will have a look into it and get back to you
Sorry, something went wrong.
Please see if your issues have been resolved in the new version "v3_TMTDyn_hll_MORSE2019" here: https://github.com/smhadisadati/TMTDyn/tree/master/v3_TMTDyn_hll_MORSE2019
No branches or pull requests
Hi
I have try Manip_v6_2.m and I have this error
Error using -
Matrix dimensions must agree.
Error in exp_v0_1 (line 26)
par.r_arm = par.r_arm - par.r_arm(1,:) + 0 * [ 0 0 -par.var2(4) ] ;
Error in Fabric_v0_3 (line 147)
par = exp_v0_1( par ) ;
this is due by this line
par.r_arm = par.r_arm - par.r_arm(1,:) + 0 * [ 0 0 -par.var2(4) ] ;
par.r_fab = par.r_fab - par.r_fab(1,:) ;
size of par.r_arm is 202X3 and size of par.r_arm(1,:) is 1x3 !!
Best regards
Originally posted by @vincent-lebastard in #1 (comment)
The text was updated successfully, but these errors were encountered: