photo

Vinay kumar Reddy


自 2012 起处于活动状态

Followers: 0   Following: 0

消息

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

统计学

All
MATLAB Answers

3 个提问
0 个回答

File Exchange

4 文件

Cody

0 个问题
13 个答案

排名
214,502
of 300,779

声誉
0

贡献数
3 个提问
0 个回答

回答接受率
66.67%

收到投票数
0

排名
1,770 of 21,084

声誉
1,055

平均
3.90

贡献数
4 文件

下载次数
5

ALL TIME 下载次数
9869

排名
33,458
of 170,997

贡献数
0 个问题
13 个答案

评分
140

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

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

查看徽章

Feeds

排序方式:

提问


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

13 years 前 | 2 个回答 | 0

2

个回答

提问


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

13 years 前 | 1 个回答 | 0

1

个回答

提问


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

13 years 前 | 2 个回答 | 0

2

个回答

已提交


OFDM
RECEIVER AND TRANSMITTER

13 years 前 | 1 次下载 |

0.0 / 5

已提交


Eigen Face Recognition
Face Recognition using Eigen Method

13 years 前 | 2 次下载 |

4.6 / 5

已提交


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

13 years 前 | 1 次下载 |

5.0 / 5

已解决


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

13 years 前

已解决


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

13 years 前

已解决


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]

13 years 前

已提交


MAP Algorithm
MAP

13 years 前 | 1 次下载 |

2.0 / 5

已解决


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

13 years 前

已解决


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

13 years 前

已解决


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

13 years 前

已解决


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

13 years 前

已解决


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

13 years 前

已解决


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

13 years 前

已解决


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

13 years 前

已解决


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

13 years 前

已解决


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

13 years 前

已解决


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

13 years 前