photo

vamshidhar Reddy Peruvala


Universität Duisburg-Essen

Active since 2016

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
81 563
of 299 969

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 20 853

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 166 784

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


Can anyone help me with this question..?
Each number on telephone keypads, except 0 and 1, corresponds to a set of uppercase letters as shown in this list: 2 ABC, 3 D...

mer än 8 år ago | 2 answers | 0

2

answers

Question


how to call string array in structures
>> m = {'January' 'February' 'March' 'April' 'May' 'June' 'July' 'August' 'September' 'October' 'November' 'December' }; ...

nästan 9 år ago | 2 answers | 0

2

answers

Question


how to get sum of elements of lower right triangular matrix.? i have tried this one, can anyone please correct this one
function [sum] = halfsum( a ) [m, n]=size(a); sum=0; for i= m:-1:1 for j=n:-1:1 if i==j || j<=i ...

nästan 9 år ago | 3 answers | 0

3

answers