Error while running S-function
显示 更早的评论
Hello, when I try to run the simulink it presents this error:
Error in S-function 'cgasifier/Gasifier/S-Function': S-Function 'gasifier' does not exist._
Does anyone advise me anything?
回答(1 个)
Walter Roberson
2017-2-22
0 个投票
You are missing gasifier.m or gasifier.p or gasifier.dll or gasifier.mex* (or, in theory, gasifier.slx but that would be pretty strange in that context.)
One possibility is that you have gasifier.dll or gasifier.mex* but that they are compiled for a different operating system than you are using. For example you might have gasifier.mexw32 but you might be using 64 bit MATLAB and so need gasifier.mexw64
类别
在 帮助中心 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!