Moving the mex file from one folder to other

5 views (last 30 days)
I tried to compile the simulink model. i got the following : ----------------------------------------------------- Make successful for machine: "model_name"
moving .mexw32 from D:\folder1 to D:\folder2 failed. -----------------------------------------------------
What could be the issue?

Accepted Answer

Walter Roberson
Walter Roberson on 9 Feb 2016
Edited: Walter Roberson on 9 Feb 2016
D:\folder2 might not exist, or it might not be writable by you, or the mexw32 might already exist in that directory and not be writable by you, or the drive might be full.
  4 Comments
Sriharsha
Sriharsha on 9 Feb 2016
Its a trial version, will this create an issue?
Walter Roberson
Walter Roberson on 9 Feb 2016
No, a trial version should be fully function except that it creates watermarks on reports.

Sign in to comment.

More Answers (0)

Categories

Find more on Reporting and Database Access 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!