photo

Dhipikaa Sri Dhamotharan


Active since 2015

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
0 Answers

RANK
154,530
of 300,756

REPUTATION
0

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
16.67%

VOTES RECEIVED
0

RANK
 of 21,077

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,890

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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

10 years ago | 1 answer | 0

1

answer