0
Commands: syms, laplace, ilaplace

I am having trouble running these command from the scilab code for

  1. Process Systems Analysis And Control by S. E. LeBlanc And D. R. Coughanowr, McGraw - Hill International, 1991
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 15-08-17, 12:32 p.m. ojumut
0
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
12-09-17, 8:53 p.m. shamika
I don't see it in atoms!  Where is it?

10-03-18, 5:12 a.m. maxcy

Login to add comment


Log-in to answer to this question.