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

回答