In this post, we will see how to resolve Solving a system of differential equations and plotting solutions with Scilab Question: I’m trying to solve this system of differential equations with Scilab : It describes the movement of a marble ...
Question: I’m trying to convert this script from matlab to scilab. I tried the scilab tool for conversion but it crashes with no output so I’m doing it by hand. This is what I got by changing the comments from ...
Question: I am following Varodom Toochinda (a.k.a Dew)’s tutorial here. But I want to vectorize this piece of code: to but I get the feval: Wrong number of output argument(s): 1 expected. error. and if I try just the feval(P, ...
Question: Just as a silly example, say that I wish to solve for the following nonlinear equation x^2 – F(c)=0, where c can take different values between zero and one and F is a standard normal CDF. If I wish ...