FE_UpdateNCFileΒΆ

The function FE_UpdateNCFile adds all formulas to the given NC file.

bool = FE_UpdateNCFile(ssNCFile)
bool = FE_UpdateNCFile(ncid)

Return Value

bool is always TRUE.

Parameters

ssNCFile

ssNCFile is the complete NC file name.

ncid

ncid is the id of an NC file. The file must be opened with write access.

id-1092817