Can I use the MATLAB C++ Math Library with the C++ standard template library (STL)?

1 view (last 30 days)

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
You can use the C++ Math Library with STL. However, they cannot be used together in the same source file because the MATLAB C++ Math Library uses the old iostream.h header file, while STL requires the new one.

More Answers (0)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!