photo

Dhipikaa Sri Dhamotharan


2015 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

6 質問
0 回答

ランク
154,530
of 300,771

評判
0

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

回答採用率
16.67%

獲得投票数
0

ランク
 of 21,084

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,969

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Subscripted assignment dimension mismatch.
for i=1:i var(1,i) = find(m1==indexes(1,i)); end error is var(1,i) = find(m1==indexes(1,i));

約10年 前 | 1 件の回答 | 0

1

回答

質問


how to store the position of elements in an vector
v = input('enter the total number of sensor'); for i=1:v v1(i) = input('enter the gene value'); end disp(v1); ...

約10年 前 | 1 件の回答 | 0

1

回答

質問


how to store input value to an array
if input is [ 1 2 1 1 1 2 2 1 1 2 1 1 1] how to store in an array kindly help me with syntax

10年以上 前 | 1 件の回答 | 0

1

回答

質問


can we store character in a matlab matrix
for eg: [a1, a2, a3]:=[1,0,0]; [b1, b2, b3]:=[1,6,0]; [c1, c2, c3]:=[6,0,0]; r1 := [a1, a2, a3]; r2:=[b1, b2, b...

10年以上 前 | 1 件の回答 | 0

1

回答

質問


how to find the poisition of given input values
for eg: input value is 1,2,1,1,1,2,2,1,1,1,2,2,1 want to know the poisition of 1's value kindly help me thank u

10年以上 前 | 1 件の回答 | 0

1

回答

質問


how to store more than one value in matrix variable
kindly help me

10年以上 前 | 1 件の回答 | 0

1

回答