Skip to content

Complications with NaNs #4

@a-ma72

Description

@a-ma72

Hi,
thanks for this, works very fine!

I just have problems with lines containing NaNs:
plot( 1:5, [1 2 NaN 4 5] )
fig2u3d( gca, 'test' );

Throws:
Profile = 0
Scaling factor = 1.000000
Debug level = 0
Position Quality = 1000
Texture Coordinate Quality = 1000
Normal Quality = 1000
Diffuse Color Quality = 1000
Specular Color Quality = 1000
Geometry Default Quality = 1000
Texture Quality = 100
Animation Quality = 1000
Zero Area Faces Removal = ENABLED
Zero Area Face Tolerance = 0.000012
Exclude Normals = FALSE
Export Option Flags = ffff
Texture size limit = 0
Exit code = 81110005

Grabbing through some code, least exit code means "IFX_E_FLOAT_NOT_FOUND" (ConverterResult.h) in component 0x0111 which is "IFXRESULT_CONVERTERS" (IFXResultComponentEngine.). That error is ommitted in FileScanner.cpp only (IFXRESULT FileScanner::ScanFloat( F32* pNumber ) ).

I rebuilt IDTFConver (Version u3d-1.4.3) from scratch, but the same failure occures, so I guess the idtf input file, created from MATLAB scripts, is malformed.

Do you have any ideas?

Kindly regards,
Andreas

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions