Why does my C++ program crash when I try displaying an mwArray as a string using the C++ Utility Library of MATLAB Compiler 4.0 (R14)?
Show older comments
I am attempting to display an mwArray in my C++ code as a string. For example, I might use:
mclInitializeApplication(NULL,0);
mwArray x(3);
cout << "X = " << x << endl;
mclTerminateApplication();
However, this code causes my application to crash.
Accepted Answer
More Answers (0)
Categories
Find more on Deploy to C++ Applications Using mwArray API (C++03) in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!