photo

Vinay kumar Reddy


Active since 2012

Followers: 0   Following: 0

Message

Graduated from SRM University ,Chennai.
Did 32 Projects in MATLAB.
Likes Wireless Communication , Image Processing.

Statistics

All
MATLAB Answers

3 Questions
0 Answers

File Exchange

4 Files

Cody

0 Problems
13 Solutions

RANK
271 351
of 297 503

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
1 746 of 20 449

REPUTATION
1 054

AVERAGE RATING
3.90

CONTRIBUTIONS
4 Files

DOWNLOADS
6

ALL TIME DOWNLOADS
9856

RANK
30 753
of 158 938

CONTRIBUTIONS
0 Problems
13 Solutions

SCORE
140

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Personal Best Downloads Level 2
  • 5-Star Galaxy Level 4
  • First Submission
  • Thankful Level 1
  • Solver

View badges

Feeds

View by

Question


How to pass a structure variable from callback to other callback .
Help Needed. In a GUI M file I got a situation where I should pass a structure Variable form callback to callback. Here is...

ungefär 12 år ago | 2 answers | 0

2

answers

Question


How do you search a file for a matching string?
Hi, I have a huge contacts list in a excel file which consists of following fields FirstName LastName UserID Emai...

ungefär 12 år ago | 1 answer | 0

1

answer

Question


How to extract data from a srting?
Hi, *I have this data as a single string * Physical Location (City):Virginia Manager of this associate:Donna Harding ...

ungefär 12 år ago | 2 answers | 0

2

answers

Submitted


OFDM
RECEIVER AND TRANSMITTER

mer än 12 år ago | 1 download |

0.0 / 5

Submitted


Eigen Face Recognition
Face Recognition using Eigen Method

mer än 12 år ago | 3 downloads |

4.6 / 5

Submitted


Log-MAP and Max-Log MAP
Log-MAP is denoted as "Simplified MAP." Max-Log MAP is denoted as "MAX MAP."

mer än 12 år ago | 1 download |

5.0 / 5

Solved


Too mean-spirited
Find the mean of each consecutive pair of numbers in the input row vector. For example, x=[1 2 3] ----> y = [1.5 2.5] x=[1...

mer än 12 år ago

Solved


Distance walked 1D
Suppose you go from position 7 to 10 to 6 to 4. Then you have walked 9 units of distance, since 7 to 10 is 3 units, 10 to 6 is 4...

mer än 12 år ago

Solved


Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]

mer än 12 år ago

Submitted


MAP Algorithm
MAP

mer än 12 år ago | 1 download |

2.0 / 5

Solved


Is my wife right?
Regardless of input, output the string 'yes'.

mer än 12 år ago

Solved


Summing digits
Given n, find the sum of the digits that make up 2^n. Example: Input n = 7 Output b = 11 since 2^7 = 128, and 1 + ...

mer än 12 år ago

Solved


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

mer än 12 år ago

Solved


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

mer än 12 år 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...

mer än 12 år ago

Solved


"mirror" matrix
Create n x 2n "mirror" matrix of this type: e.g. for n = 2 m = [1 2 2 1;1 2 2 1] e.g. for n = 3 m = [1 2 3 3 2 1...

mer än 12 år ago

Solved


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

mer än 12 år ago

Solved


Add two numbers
Given a and b, return the sum a+b in c.

mer än 12 år ago

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 ...

mer än 12 år ago

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:...

mer än 12 år ago