Monthly Archives: June 2010

Activity2- Scilab Basics

(Note: if in case the figures are not seen with the paragraphs, please open the attached figures) //centered circular figure: nx = 100; ny = 100; x = linspace(-1,1,nx); y = linspace (-1,1,ny); [X,Y] = ndgrid(x,y); r = sqrt(X.^2 + … Continue reading

Posted in Uncategorized | Leave a comment

Activity 1- Digital Scanning

(figure to follow) The figure above shows the result of overlap of the scanned graph with the actual pixel locations of the corresponding points of the graph. What i did was to crop the entire graph alone and put it … Continue reading

Posted in Uncategorized | Leave a comment

Hello world!

Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!

Posted in Uncategorized | 2 Comments