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

Add conversion for tuples #231

Merged
merged 1 commit into from
Feb 9, 2025

Conversation

tqml
Copy link
Collaborator

@tqml tqml commented Feb 9, 2025

Adds new conversions for tuples.

If the tuple consists only of a single datatype and it is numeric, it is mapped to matlab matrix. Otherwise it is converted to a cell array and every element is converted individually.

Closes #178

@tqml tqml merged commit af76a18 into JuliaInterop:master Feb 9, 2025
3 checks passed
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 this pull request may close these issues.

Tuples converted to MATLAB structs
1 participant