hello i am very new to scilab , past 1month iam trying to learn and understand scilab and scicos, iam basically from cs background and know less about scicos block building.
my requirement is to call scicos functionalities in motif or c.
I am currently working in linux scilab version 4.1.1 .
desinged a simple block in scicos and compiled it(a simple integrater shown in demo live tutorial). i need to call this simulation model in motif or c.
i tried the following
load myscicosblk.cos
state=%cpr(1);
sim=%cpr(2);
tf=100;
tol=[1d-5,1d-7,1d-9,tf];
[state,t]=scicosim(state,0,tf,sim,'start',tol)
----> Err 56 expecting list ( something like this iam getiing errormessage)
its throwing some error...
Can anybody help me.... urgent.......................
the problem in above is solved
there is another problem , when we call the myscicosblk.sce from command line it opens the simulation. there are two windows opened and one is blank and other is showing the simulation results. but the x and y scale is missing.
Can any one help me as why it happens so???
Scilab is improving at a tremendous pace and because it is free of cost and open source project, it will become more popular in coming days. Focus must be on to improve the documentation work.
Meanwhile, I had a question that is there any fully implemented wavelet toolbox in Scilab similar to that in Matlab?
Comments
Thank you
Thank you for the information, it will surely help me a lot.
Cheers!!!
research paper
scicos through c or motif
hello i am very new to scilab , past 1month iam trying to learn and understand scilab and scicos, iam basically from cs background and know less about scicos block building.
my requirement is to call scicos functionalities in motif or c.
I am currently working in linux scilab version 4.1.1 .
desinged a simple block in scicos and compiled it(a simple integrater shown in demo live tutorial). i need to call this simulation model in motif or c.
i tried the following
load myscicosblk.cos
state=%cpr(1);
sim=%cpr(2);
tf=100;
tol=[1d-5,1d-7,1d-9,tf];
[state,t]=scicosim(state,0,tf,sim,'start',tol)
----> Err 56 expecting list ( something like this iam getiing errormessage)
its throwing some error...
Can anybody help me.... urgent.......................
scicos through c or motif
we can call it by system call ,
the problem in above is solved
there is another problem , when we call the myscicosblk.sce from command line it opens the simulation. there are two windows opened and one is blank and other is showing the simulation results. but the x and y scale is missing.
Can any one help me as why it happens so???
Scilab replacing Matlab
Scilab replacing Matlab because of its functionality and open source.
Scilab is improving at a
Scilab is improving at a tremendous pace and because it is free of cost and open source project, it will become more popular in coming days. Focus must be on to improve the documentation work.
Meanwhile, I had a question that is there any fully implemented wavelet toolbox in Scilab similar to that in Matlab?