| Contents | Index |
TF = isequal(DMObj1, DMObj2)
TF = isequal(DMObj1, DMObj2, DMObj3,
...)
| DMObj1, DMObj2, DMObj3 | DataMatrix objects, such as created by DataMatrix (object constructor). |
| TF | Logical value indicating if inputs are numerically equal (have the same contents), have the same size (same NRows and NCols properties), and have the same RowNames and ColNames properties. NaNs are not considered equal to each other. |
TF = isequal(DMObj1, DMObj2) returns logical 1 (true) if the input DataMatrix objects, DMObj1 and DMObj2, meet the following:
Are numerically equal (have the same contents)
Have the same size (same NRows and NCols properties)
Have the same RowNames and ColNames properties
Otherwise, it returns logical 0 (false). DMObj1 and DMObj2 do not have to have the same Name property. NaNs are not considered equal to each other.
TF = isequal(DMObj1, DMObj2, DMObj3, ...) returns logical 1 (true) if all input DataMatrix objects, DMObj1, DMObj2, DMObj3, etc. meet the following:
Are numerically equal (have the same contents)
Have the same size (same NRows and NCols properties)
Have the same RowNames and ColNames properties
Otherwise, it returns logical 0 (false). The input DataMatrix objects do not have to have the same Name property. NaNs are not considered equal to each other.
DataMatrix | isequalwithequalnans

See how to analyze, visualize, and model biological data and systems using MathWorks products.
Get free kit| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |