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

logical extraction on scalar #516

Closed
Nelson-numerical-software opened this issue Sep 24, 2021 · 1 comment · Fixed by #517
Closed

logical extraction on scalar #516

Nelson-numerical-software opened this issue Sep 24, 2021 · 1 comment · Fixed by #517
Assignees
Milestone

Comments

@Nelson-numerical-software
Copy link
Collaborator

ind = 2
ind(true)   must return 2
ind(false)  must return []
@Nelson-numerical-software
Copy link
Collaborator Author

ind(logical([0 0 0 ]'))
ind(logical([0 0 0 ]))

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

Successfully merging a pull request may close this issue.

1 participant