
Usman Mussadiq
Statistics
4 質問
0 回答
ランク
158,795
of 257,924
評価
0
貢献
4 質問
0 回答
回答採用率
75.0%
獲得投票数
0
ランク
of 110,139
貢献
0 問題
0 解答
スコア
0
バッジ数
0
貢献
0 投稿
貢献
0 パブリック チャネル
平均評価
貢献
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
質問
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.
8ヶ月 前 | 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);
8ヶ月 前 | 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...
約2年 前 | 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 ...
約2年 前 | 0 件の回答 | 0