Core Function MatlabMod

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "<pre> MatlabMod( <expression>, <expression2> ) </pre> === Description === Performs the Matlab modulus operation. === Parameters === ==== expression ==== The dividend. ==== ...")
 
m (1 revision)
 
(2 intermediate revisions by one user not shown)
Line 11: Line 11:
 
==== expression ====
 
==== expression ====
  
The dividend.
+
First float.
  
 
==== expression2 ====
 
==== expression2 ====
  
The divisor.
+
Second float.
  
 
=== Return Value ===
 
=== Return Value ===

Latest revision as of 12:37, 14 June 2015

MatlabMod( <expression>, <expression2> )

Contents

Description

Performs the Matlab modulus operation.

Parameters

expression

First float.

expression2

Second float.

Return Value

Equal to: Round(Abs(a) / b) * b;

Remarks

None.

Example

MatlabMod(12, 2);
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox