photo

Usman Mussadiq


Last seen: 7 mois il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


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.

presque 3 ans il y a | 3 réponses | 0

3

réponses

Question


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

presque 3 ans il y a | 2 réponses | 0

2

réponses

Question


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

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 4 ans il y a | 1 réponse | 0

0

réponse