how to open .slx file and .mexw64 file in matlab/simulink . i have 2009 version. is it posible with it?

Answers (1)

MEXW64 files are not thought to be opened, but they are compiled functions which can be called like other M-functions also.
What are .slx files? If you mean .xls files, xlsread will solve the problem.
Please do not hesitate to ask your favorite internet search engine before asking the forum. This will be much faster and clear basic questions easily.

2 Comments

.slx is the new format for saving Simulink models starting in R2012a. Older versions do not support this format. I would recommend opening the model in R2012a or newer, and use 'Save As...' to save it in the older .mdl format.
Also, to add to Jan's comment about MEX-files, note that since you have a 64-bit MEX-file, you can only run it if you have 64-bit MATLAB installed (run mexext in MATLAB to see if it expects .mexw64 or .mexw32 files).

Sign in to comment.

Categories

Products

Tags

Asked:

on 19 Jun 2013

Commented:

on 14 Nov 2013

Community Treasure Hunt

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

Start Hunting!