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 years 前 | 2 个回答 | 0

2

个回答

提问


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

7 years 前 | 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 years 前 | 3 个回答 | 0

3

个回答