なぜラッパーS-Function中ではC標準ライブラリのprintfが実行されないのですか?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
C-MEX S-Function中でのprintfは問題なく使用することができましたが、S-Function中から呼び出すラッパーコード内ではprintfによる表示ができません。
Risposta accettata
MathWorks Support Team
il 27 Gen 2010
ラッパーコード内ではprintfは使用することができません。simstruc.hに定義されているSSPRINTF関数を使用してください。
なお、SSPRINTF関数を使用するには、次のようにsimstruc.hをインクルードする必要があります。
#include "simstruc.h"
0 Commenti
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!