How many input parameters does "mxMalloc" take in and how is memory alignment handled in MATLAB R2023b?
Show older comments
I have been using the "mxMalloc" function on MATLAB R2022b with Visual Studio 2019 compiler and have been providing 2 arguments to the function – memory size and alignment. However, upon upgrading to MATLAB R2023b and Visual Studio 2022 compiler, it throws an error saying the function accepts only 1 argument for memory size.
How do I ensure memory alignment in this case?
Accepted Answer
More Answers (0)
Categories
Find more on App Building in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!