Community Profile

photo

vamshidhar Reddy Peruvala


Universität Duisburg-Essen

Active since 2016

Statistics

  • Thankful Level 1

View badges

Content Feed

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

7 years 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' }; ...

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

7 years ago | 3 answers | 0

3

answers