Lindo Ouseph
CUSAT
Followers: 0 Following: 0
Statistics
RANK
N/A
of 295,467
REPUTATION
N/A
CONTRIBUTIONS
0 Questions
0 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
1,801 of 20,234
REPUTATION
1,012
AVERAGE RATING
4.70
CONTRIBUTIONS
13 Files
DOWNLOADS
42
ALL TIME DOWNLOADS
9640
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Solved
The 5th Root
Write a function to find the 5th root of a number. It sounds easy, but the typical functions are not allowed (see the test su...
7 years ago
Submitted
Real time face recognition with webcam using PCA
Real time face recognition with webcam using PCA
8 years ago | 3 downloads |
Solved
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
8 years ago
Submitted
Matlab Webcam
Preview webcam and adjust the parameter and get a snap shot
10 years ago | 1 download |
Submitted
Screenshot Video
Capture the area of interest from the screen for a period to make video
10 years ago | 1 download |
Submitted
Quasi Brownian Motion
particle in a box interacting with the walls only
11 years ago | 2 downloads |
Submitted
Histogram Equalization
custom code for histogram equalization and comparison with matlab inbuilt function
11 years ago | 1 download |
Submitted
Random Walk
Random walk in a restricted space with dispersion and gaussian blurring.
11 years ago | 1 download |
Solved
Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...
11 years ago
Solved
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
11 years ago
Submitted
catmice game
a game cat chasing a mice. the arrow keys control the direction of movement of the cat.
11 years ago | 1 download |
Solved
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
11 years ago