Risposto
List of user-managed object types
I believe that the list of user managed objects in the blog was complete. For MATLAB with no toolboxes the list is: # |seri...

oltre 15 anni fa | 0

| accettato

Risposto
MATLAB C++ Complex Numbers
Is your c++ code passing integer or double complex data as an input to the compiled code? MATLAB can not do complex math on i...

oltre 15 anni fa | 3

| accettato

Risposto
warnings returned by loadlibrary
The warnings can not be prevented when using a header that depends on |windows.h| but they can be suppressed by using: warnin...

oltre 15 anni fa | 0

Risposto
Error creating a function handle using str2func in a function
REHASH will work but it is a big hammer. A faster solution is to use exist which will force MATLAB to look on the disk for the ...

oltre 15 anni fa | 3

| accettato