photo

Dhipikaa Sri Dhamotharan


自 2015 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
154,530
of 300,763

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
16.67%

收到投票数
0

排名
 of 21,082

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,923

贡献数
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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答

提问


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

10 years 前 | 1 个回答 | 0

1

个回答