saving . . . saved regarding inline function has been deleted. regarding inline function has been hidden .
regarding inline function
Title
Question
deff("[v1]=sortvect1(v1)","gsort(v1)")
disp(v1)
the inline function doesnot seem to work for gsort or for round function

deff("[v2]=roundtvect2(v2)","round(v2)")

Scilab Scripts-and-Functions 06-07 min 40-50 sec 04-05-19, 2:59 p.m. jeyasheelarakkini

Answers:

It should work.Plz provide more detailed procedure that you are trying.
04-05-19, 3:37 p.m. manasdas17
the v1 does not get sorted
v2 doesnot get rounded
04-05-19, 3:46 p.m. jeyasheelarakkini

Login to add comment


Then why to use inline function. Just use gsort and round directly.
04-05-19, 3:54 p.m. manasdas17


Log-in to answer to this question.