how to open .slx file and .mexw64 file in matlab/simulink . i have 2009 version. is it posible with it?
Show older comments
if no than what will be other option
Answers (1)
Jan
on 19 Jun 2013
0 votes
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
Kaustubha Govind
on 19 Jun 2013
Edited: Kaustubha Govind
on 19 Jun 2013
.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).
kavita bhatu
on 14 Nov 2013
Categories
Find more on Programmatic Model Editing 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!