Model created on MATLAB 6.1 is not running on Matlab 2011b 64 bit but same model is running on MATLAB 2006b?

2 views (last 30 days)
we have created a model having 60 states & 360 substates in MATLAB 6.1 on windows xp 32 bit operating system. but model is not running on that matlab version. Model is running on MATLAB 2006b.
But same model is again not running on Matlab 2011b with Microsoft SDK 7.1 compiler on Windows7 64 bit OS
We are getting Fatal error, stack overflow.
  3 Comments
Arvind Pandey
Arvind Pandey on 5 Feb 2013
Yes I mean Simulink model. It doesn't have s-function, neither it is calling with .mexw32. We know it will work with MATLAB 2011b 32-bit as it have default LCC compiler with it. We have to run this simulink model on MATLAB 2011b 64bit
Ryan G
Ryan G on 5 Feb 2013
What mode are you running the model? Is there any stateflow or MATLAB Function Blocks? There are a number of blocks that generate and compile code, if you compile the model on one system and MATLAB finds a mexw32 it can sometimes cause an error.
Can you paste the error exactly as it appears in your MATLAB command window or error window?

Sign in to comment.

Answers (0)

Categories

Find more on Simulink Functions 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!