You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
generates example_wrap.cxx, a folder +swigexample, and m files calling swigexampleMEX.
This means that either you have to use mex example_wrap.cxx -output swigexampleMEX, or use swig -mexname example_wrap or use swig -o swigexampleMEX.cxx
The text was updated successfully, but these errors were encountered:
For a module called
swigexample
generates
example_wrap.cxx
, a folder+swigexample
, andm
files callingswigexampleMEX
.This means that either you have to use
mex example_wrap.cxx -output swigexampleMEX
, or useswig -mexname example_wrap
or useswig -o swigexampleMEX.cxx
The text was updated successfully, but these errors were encountered: