MATLAB APPLICATION DEPLOYMENT - WEB EXAMPLE GUIDE Betriebsanweisung Seite 344

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 354
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 343
static double GetEps()
Purpose Get value of eps
C++
Syntax
#include "mclcppclass. h"
double x = mwArray::GetEps();
Arguments None
Return
Value
The value of the MATLAB eps variable.
Description Call mwArray::GetEps to return the value of the MATLAB eps variable.
This variable is the distance from 1.0 to the next largest floating-point
number. Consequently, it is a measure of floating-point accuracy. The
MATLAB
pinv and rank functions use eps as a default tolerance.
C-90
Seitenansicht 343
1 2 ... 339 340 341 342 343 344 345 346 347 348 349 ... 353 354

Kommentare zu diesen Handbüchern

Keine Kommentare