1 2 3 4 5
//test for scilab function nextpow2 function power() x = nextpow2([127 5]) //calling nextpow2 disp(x) endfunction