photo

asram eluru


2014 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

5 質問
0 回答

ランク
232,657
of 301,200

評判
0

コントリビューション
5 質問
0 回答

回答採用率
40.0%

獲得投票数
0

ランク
 of 21,190

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 173,339

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


how to construct the 10x100 matrix of same values in each column
A = [0.000;0.9503;0.9093;0.8640;0.8127;0.7532;0.6821;0.5937;0.4745;0.1579] this is a 10x1 matrix but we want increase the size ...

12年弱 前 | 1 件の回答 | 0

1

回答

質問


how to construct the matrix of size 10x1000
meshgrid(1:100,1:10) is giving 10x1000 matrix and values are from 1 to 1000 but I want the matrix of 10x1000 and in each column ...

12年弱 前 | 1 件の回答 | 0

1

回答

質問


how to construct the matrix of 10x1000
meshgrid(1:10) is giving 10x10 matrix and values are between 1 to 10. I want 10 rows and 1000 columns, values are between 1 to 1...

12年弱 前 | 1 件の回答 | 0

1

回答

質問


how to construct the 10x10 matrix
if I am using the comand of 1:1:10 is giving [1 2 3 4 5 6 7 8 9 10] this is 1x10 matrix but I want 10 rows in the matrix and the...

12年弱 前 | 1 件の回答 | 0

1

回答

質問


how to generate matrix of size 10X10?
I have generated the numbers from 1 to 10 by using the command 1:1:10. I got 1X10 size matrix but I want the matrix of size 10X1...

12年弱 前 | 2 件の回答 | 0

2

回答