Community Profile

photo

Usman Mussadiq


Last seen: 4개월 전 2020년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How to Copy Upper diagonal elements of matrix A into a new matrix.
A= 1 2 3 4; 2 1 3 4; 1 1 1 2; 1 0 0 1 Then how to copy the upper diagonal elements into a new Matrix using for loops etc.

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

3

답변

질문


m=1:24*(T^-1);
Please explain theequation what is it mean and why it is used in programming m=1:24*(T^-1);

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

2

답변

질문


Multiple Bars in a single plot along legend
First of all, sorry, i am new one here, i do not know how to draw that plot whether it is too basic. My Question is that I hav...

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


sum of individual column values using logical operators
x=[2 1 ;-1 1 ;-1 2 ;1 -1 ;5 -1 ] ind = x(:,2)<0 C = abs(sum(x(ind))) ind = x(:,2)>0 D= abs(sum(x(ind))) here, i need ...

대략 4년 전 | 답변 수: 0 | 0

0

답변