How many input parameters does "mxMalloc" take in and how is memory alignment handled in MATLAB R2023b?
이전 댓글 표시
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?
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 App Building에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!