photo

Dhipikaa Sri Dhamotharan


2015년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

6 질문
0 답변

순위
154,530
of 300,759

평판
0

참여
6 질문
0 답변

답변 채택
16.67%

획득한 표
0

순위
 of 21,081

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,900

참여
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

답변