Answered
xlsx format without the com server?
You need to use a third-party library like Apache POI to do this. Coincidentally, I'm writing an Office IO API to support use c...

4 years ago | 0

Answered
Error using mex G:\Matlab_WS\code_test\Assignment1\Add_Two.c:3:1: warning: return type defaults to 'int' [-Wimplicit-int] Add_Two(U16 a, U16 b)
See this line where the function is actually defined in Add_Two.c? Add_Two(U16 a, U16 b) You need to add an explicit "`U32`" a...

4 years ago | 0

| accepted

Answered
Why do I receive License Manager Error -9?
Ouch, dude. That's not a great user experience. I got this same problem when I upgraded my iMac to a newer hardware version. Pro...

4 years ago | 3

Question


Relocating a Matlab Compiler project to a directory alongside source tree
I have a large codebase that I compile using a few *.prj Matlab Compiler project files. I would like to relocate the *.prj files...

6 years ago | 0 answers | 0

0

answers

Answered
Relocating a MATLAB Compiler project to a different machine and recompiling
Matt J: Where was your `.prj` file located initially? And what version of Matlab did you create it with? I'm currently workin...

6 years ago | 0

Answered
datetime 'UTCLeapSeconds', 2 second difference across leap sec boundary
Hi folks. I'm a software developer coming from Java/C#/Joda-Time/Noda-Time, and this behavior is confusing me. Is there a cen...

6 years ago | 0