What is the difference between running a C# application throw MATLAB .Net interface and running it on a simple .Net runtime environment?
1 view (last 30 days)
Show older comments
I have a C# application what writes files. If I run simply the exe what is built by Visual Studio, it works fine, but if I call it in MATLAB throw .NET interface, it throws an exception about it can't write a closed stream. I guess there is a difference between the two environment. Does anyone know what is that?
0 Comments
Answers (0)
See Also
Categories
Find more on .NET Client Programming in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!