[Scilab-users] ipcv vs scicv

TanCL tanchinluh at gmail.com
Thu Dec 3 02:10:06 CET 2020


Hi, my previous message seems like not able to get posted due to some reason,
just to add some comment on this, I think the functions with same name under
2 different modules could be possibly called by:

moduleA.myfunc

moduleB.myfunc


______________________

Start Toolbox A
	Load macros

Start Toolbox B
	Load macros


--> toolboxAlib.scilab_sum(2,1)

  "This is function from ToolboxA"
 ans  =

   3.

--> toolboxBlib.scilab_sum(2,1)

  "This is function from ToolboxB"
 ans  =

   3.





--
Sent from: http://mailinglists.scilab.org/Scilab-users-Mailing-Lists-Archives-f2602246.html



More information about the users mailing list