

Commands: syms, laplace, ilaplace
I am having trouble running these command from the scilab code for
I am using scilab 6.0 and the complain is undefined variable for these commands. Please help.
//Example 2.1 syms t s; fs=laplace('1',t,s); disp(fs,'f(s)=')
Scilab


syms function is available in the scilab symbolic toolbox. This toolbox has to be installed. Please check ATOMS to see if this toolbox is available for Scilab 6
10-03-18, 5:12 a.m. maxcy
Login to add comment