Prev: AIRCRAFT STARTING clarification
Next: Inverse discrete stationary wavelet transform 1-D, idwtLOC , what does it mean?
From: Mathworks on 30 Apr 2010 10:45 I have installed Multifash for Matlab with Matlab R2010a and got the following error when attempting to run my model : Invalid MEX-file 'c:\program files\matlab\r2010a\toolbox\khace\multiflash\prif\mfrdfl.dll': The specified procedure could not be found. Does someone know what is this stuff? :D Thank you, N
From: Guy Rouleau on 30 Apr 2010 17:43 "Mathworks " <mathworks-1(a)altran.nl> wrote in message <hreqdh$rk9$1(a)fred.mathworks.com>... > I have installed Multifash for Matlab with Matlab R2010a and got the following error when attempting to run my model : > > Invalid MEX-file 'c:\program files\matlab\r2010a\toolbox\khace\multiflash\prif\mfrdfl.dll': The specified procedure could not be found. > > Does someone know what is this stuff? :D > > Thank you, > > N Hi, You typically receive this message when the s-function is unable to find some libraries. I never used Multiflash, but the problem is probably that either: - The multiflash s-function has been compiled for a previous version of Simulink, not compatible with 10a and some dll are mssing or - Installation problem, for example missing path. or - Multiflash requires some other third party libraries that you don't have on your system. Look carefully at the requirement on their website. HTH, Guy
From: Sophie Nève on 5 May 2010 08:30 Erf, I installed an earlier version of Matlab, which is said to be compatible. But now, I have this error :D %%%%%%% Multiflash Matlab Interface function MFRDFL: Cannot open the specified command file %%%%%%% the paths are ok, I checked. the compiler too. but what is the problem? :( thanks, N
From: Mathworks on 5 May 2010 08:35
Yep, thanks, indeed it was a problem of compatibility. I installed an older version. but now I have Multiflash Matlab Interface function MFRDFL: Cannot open the specified command file what can it be? - I am admin in the computer. - I checked the properties of the files and everything is ok - the compiler is ok - the paths are ok however, it seems I forgot something :D could someone give me an idea? thanks, N |