view .mexw32 (MEXW32 File) in Matlab R2011a
古いコメントを表示
How can I view a file with ".mexw32" extension in Matlab R2011a? When I run it, this message appears:
??? Error using ==> Nonlin_Block15 MEX level2 S-function "Nonlin_Block15" must be called with at least 4 right hand arguments
What can I do?
採用された回答
その他の回答 (2 件)
Andreas Goser
2012 年 7 月 16 日
編集済み: Andreas Goser
2012 年 7 月 16 日
0 投票
You can't view this file - or at least it would mean nothing to you.
You can view and edit the source code likely a C code.
So for myname.mexw32, it is myname.c
3 件のコメント
Mohammad Sadegh
2012 年 7 月 16 日
Andreas Goser
2012 年 7 月 16 日
Then you need to contact the author of the s function. One of multiple reasons for s fucntions is IP protection.
Mohammad Sadegh
2012 年 7 月 16 日
Kaustubha Govind
2012 年 7 月 16 日
0 投票
It looks like what you have is an S-function. You cannot run an S-function directly from MATLAB, it can only be called using an S-function block in Simulink.
カテゴリ
ヘルプ センター および File Exchange で MATLAB Coder についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!