python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
how to continue using the 32-bit API for C Matrix API on 64bit MCR
https://nl.mathworks.com/help/matlab/matlab_external/upgrading-mex-files-to-use-64-bit-api.html
the article above mentions the following for MEX files.
"You can continue to use the 32-bit API by ...
Kıvanç Sahici
Votes: 0
Answers: 1
Is there a way to host MATLAB web app (designed in App Designer) on Github Pages?
I have already created and designed my MATLAB app in App Designer, where it currently works fine with the executable deployment. However, I've been researching the implementation of my application int...
Hank Helmers
Votes: 0
Answers: 1
Formerly working Matlab Compiler-based DLL suddenly cannot initialize
Update: It turned out that there was something with installing Delphi 10.4 CE that broke my app (thanks, DelphiCoder!); specifically, it was something in the Windows Registry that was broken. After us...
Bob
Votes: 0
Answers: 1
Fortran mwPointer error: "Unclassifiable statement"
I am trying to integrate to an existing Fortran code mycode.F a mwPointer. My mycode.F compiled correctly before any change I tried to make. Here's an extract:
subroutine mycode(t1,t2,action,p1,p2,Q...
elle.delle
Votes: 0
Answers: 1