You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As noted by this updated Matlab Central answer R2024b has introduced a way for Matlab arrays to borrow memory so we don't need to hack mxArray from this version onwards (so only R2023b/R2024a cases need to be handled).
It seems that Matlab has changed the internals of
mxArray
so the _get_data_pointer now causes a segfault (at least on Windows) with R2023b or R2024a.The text was updated successfully, but these errors were encountered: