Hi everyone,
I have a problem with linking of .obj files created by the command
>> mex -c *.cpp
This command succesfully compiles all cpp and header files in my working directory. However when I try to link them with the command
>> mex -v main.cpp
I get the following error report:
-> Default...