<< test_toolbox test_toolbox multiply >>

test_toolbox >> test_toolbox > add

add

Calls an addition function defined in Scilab with given inputs and returns the expected result

Syntax

y = add(in1,in2)

Parameters

y :

ouput

in1 and in2 :

Numbers to multiply

Description

This function accepts accepts two numbers and adds them

Examples

// Adding two numbers
y = add(33,45)

Authors


Report an issue
<< test_toolbox test_toolbox multiply >>