How many input parameters does "mxMalloc" take in and how is memory alignment handled in MATLAB R2023b?
Mostra commenti meno recenti
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?
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su App Building in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!