Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 22 Current »

This article is devoted to MatLab applications which use the SAP2000 OAPI.

Single-cell arrays

To ensure compatibility between MatLab and the SAP2000 OAPI, each single-cell array (1x1 matrix) should be dimensioned as a 2x1 matrix, then the value should be addressed to the first cell. By default, MatLab settings store numeric values within the double-precision floating-point numeric class, which would otherwise pose a problem since the OAPI expects an array.

  • No labels