English Dictionary in csv format
I was working on a project on an English Dictionary for Scilab where I made use of a dictionary in a csv file.…
Read MoreI was working on a project on an English Dictionary for Scilab where I made use of a dictionary in a csv file.…
Read MoreHere is my first step towards making a digital assistant inside SCILAB. (Download) What it does is pretty basic. It gives you the…
Read MoreEver since I was introduced to Scilab I have been fascinated by it’s versatility and ease of use. It’s power never ceases to…
Read More‘eqnsolver’ is a SCILAB toolbox that provides various functions to estimate the root of any equation by Numerical Methods. The equation can be…
Read MoreI have written a code that will calculate the coefficients of the polynomial that will best fit a given set of data-points. The…
Read MoreI have written a code that will calculate the equation of the best fit-line for a given set of data-points. The procedure is…
Read MoreIn the last post I showed you guys how to calculate Fourier Coefficients for a given function defined in the range, [-l,l]. We…
Read MoreToday I wrote a code that calculates the Fourier Coefficients. In case you don’t know what a Fourier Series is, then, basically it…
Read MoreI am happy to inform that I have created three toolboxes/modules for Scilab. A toolbox/module is a kind of an extension for Scilab…
Read MoreToolbox: curvefit Title: Curve Fitters Summary: A toolbox for fitting data-points to a line, polynomial or an exponential curve using the Least Square…
Read More