IMAGE PROCESSING

Lets Learn together... Happy Reading

" Two roads diverged in a wood, and I,
I took the one less traveled by,
And that has made all the difference "-Robert Frost

Showing posts with label MATLAB BUILT_IN FUNCTIONS. Show all posts
Showing posts with label MATLAB BUILT_IN FUNCTIONS. Show all posts

Mean, Median , Variance, Standard deviation and Mode

›
A=[10 10 20 40 60; 12 1 2 3 4; 7 8 9 11 4 ; 3 4 5 9 10]; A =     10    10    20    40    60     12     1     2     3     4 ...

Reverse the words position in a string

›
This can be done in two ways. First Method:  a.Find the length of the string  b. Use MATLAB built in function strtok to separate t...

How to draw in MATLAB

›
I used the function ‘ getline ’ to get the points from the user. Using plot function the lines are drawn. MATLAB CODE: scz=get(0, ...
1 comment:

Histogram of an image

›
                 I was trying to calculate the histogram of a 2d array and ended up in finding a method to calculate the histogram of an ...
1 comment:

Cartesian to Polar co-ordinates:

›
            To find the angle of a point in the Cartesian co-ordinates , convert the co-ordinates to polar co-ordinates using the fun...
›
Home
View web version
Powered by Blogger.