I want to ask officials from IITB and Scilab Const. that is Scilab available for Aakash (Android)? As this information was previously looked in Wikipedia on Aakash topic. But this information is now removed from Wikipedia, that's why I am bit confused about availablity of Scilab for Android.
Can anyone clarify this doubt?
Hey i am working on SIVP and ANN toolbox of scilab. I have already tried out these in Matlab and Octave.
If anyone is working on it or wishes to do so, we can start discussing here, as it can help the new scilabians..
I was introduced to SciLab by prof. Kannan of IITB while we were both participating in an International Conference on Green Technologies at PMU, Thanjavur, TN. I have been greatly fascinated by it. It seem s to be a true replacement of the overpriced MATLAB and even more. I have downloaded the Free e-book, SciLab - A Hands on Introduction by Satish Annigeni. I paln to teach the Mathematical Modeling and Computer Simulation Course to our M.Sc.Tech. students through SciLab this semester. Humble beginning but a road to renaissance in the academics.
It's truely nice to write the codes for the problems which are worked in text books, learning the software. Scilab provides a basic platfofm for being interpreners, a great opertunity to get to know our potential.
thankx for the open source intership and helping me to learn new ans useful language like sci-lab
Image types determine the way the computer interprets data matrix elements as pixel intensity values. SciLab has the special capability of converting between image types for necessary purposes.
Images can be imported to SciLab and converted to different representations simply using SIVP module
//Making use of SIVP - Scilab Image and Video Processing Toolbox
I = imread('lena.png');
J = rgb2gray(I);
K = im2bw(I, 0.3); // 0.3 being the threshold
imshow(J);
OpenGPU Project and Implementation of GPGPU functionalities in Scilab
A GPU (Graphics Processing Unit) is a special kind of processor that offloads 3D graphics rendering from the microprocessor. GPU's are commonly used in embedded systems, mobile phones, personal computers, workstations, and several electronic devices.
The objective of this Blog is to give you fare idea about the Scilab, Application areas of Scilab, several projects where Scilab is in use, and features available on Scilab India portal (http://www.scilab.in).