myimageprocessingclass

Plotting

Basics of Plotting in Matlab
http://cnx.org/content/m41442/latest/
http://acmg.seas.harvard.edu/forum_files2/gsf_matlab_plotting.pdf

http://homepages.rpi.edu/~wangq10/files/TA/matlab3.pdf

iitk
http://home.iitk.ac.in/~anuragsg/Presentations/Matlab_GUI%20and%20Graphics%20Programming%20FINAL.pdf

Creating Mesh and Surface Plots

http://www.mathworks.in/help/matlab/learn_matlab/creating-mesh-and-surface-plots.html?s_tid=doc_12b
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

No comments:

Post a Comment

Home
Subscribe to: Posts (Atom)

Pages

  • Home
  • Transformations
  • General Topics
  • Plotting
  • Books
  • Communication Grid
  • Maths Workout
  • libraries
  • Suck
  • OpenGL
  • Opencv

Flickr Photos

Blogger templates

Blogger news

Popular Posts

  • image processing using scilab
    courtesy:http://www.scilab.in/files/workshops/30-03-2011-nagpur/Image_Processing_using_Scilab.pps
  • giotto-di-bondone-ognissanti-madonna-(madonna-in-maesta)
  • Image histogram in MATLAB
    %load rgb image src = 'C:\rainbow.jpg'; rgbI = imread(src); grayI = rgb2gray(rgbI); %get image histogram [counts bins]=imhist(grayI...
  • code
    img=imread('8.jpg'); figure(1);imshow(img); print -dpng a.png; img_gray=rgb2gray(img); figure(2);imshow(img_gray); print -dpn...
  • error in scilab
    error: The shared archive was not loaded: libjpeg.so.62: cannot open shared object file: No such file or dir solution: http://ubuntufor...
Simple theme. Powered by Blogger.