なぜラッパーS-Function中ではC標準ライブラリのprintfが実行されないのですか?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
C-MEX S-Function中でのprintfは問題なく使用することができましたが、S-Function中から呼び出すラッパーコード内ではprintfによる表示ができません。
Respuesta aceptada
MathWorks Support Team
el 27 de En. de 2010
ラッパーコード内ではprintfは使用することができません。simstruc.hに定義されているSSPRINTF関数を使用してください。
なお、SSPRINTF関数を使用するには、次のようにsimstruc.hをインクルードする必要があります。
#include "simstruc.h"
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Author Blocks Using C MEX S-Functions en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!