Scilab Create Multi Parameter Function

[Solved] Scilab Create Multi Parameter Function | Matlab - Code Explorer | yomemimo.com
Question : scilab create multi parameter function

Answered by : doriath-arthus

function z = functionName(x, y)	z = 3*y + x^2
endfunction

Source : | Last Update : Sat, 26 Jun 21

Answers related to scilab create multi parameter function

Code Explorer Popular Question For Matlab