Skip to content
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

Error using - Matrix dimensions must agree. Error in exp_v0_1 (line 26) Error in Fabric_v0_3 (line 147) #3

Open
smhadisadati opened this issue Jun 5, 2020 · 2 comments

Comments

@smhadisadati
Copy link
Owner

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)

@smhadisadati
Copy link
Owner Author

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

@smhadisadati
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant