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 in example walking.m. #101

Open
jakekeip opened this issue Jul 13, 2021 · 0 comments
Open

Error in example walking.m. #101

jakekeip opened this issue Jul 13, 2021 · 0 comments

Comments

@jakekeip
Copy link

Using the as-written code for walking.m example, the following error occurs:

Error using mstraj (line 78)
Length of TSEG does not match number
of segments

Error in walking (line 85)
x = mstraj(segments, [], tseg,
segments(1,:), 0.01, 0.1);

@petercorke, it appears that the length of 'tseg' is 9 and the length of 'segments' is 8. How should this be addressed in order to be what you had originally intended?

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