photo

vamshidhar Reddy Peruvala


Universität Duisburg-Essen

2016년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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

7년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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년 초과 전 | 답변 수: 3 | 0

3

답변