Filter löschen
Filter löschen

matlab to C using rtInf

1 Ansicht (letzte 30 Tage)
Emrah Duatepe
Emrah Duatepe am 9 Jan. 2018
Bearbeitet: Walter Roberson am 9 Jan. 2018
Hi guys ,I want to use rtInf in my application and simple example below.If oarg= number/0 ,I will print screen inf ,how the codes will sense this situation.What can I do?
void ciz(const double t[32], double oarg[32])
20 {
21 int k;
22 for (k = 0; k < 32; k++) {
23 oarg[k] = t[k] * t[k];
24 }
25
26 if (oarg[31] == rtInf) {
27 oarg[30] = 1.0;
28 }
29 }

Antworten (0)

Kategorien

Mehr zu C Shared Library Integration finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by