Ram k
Followers: 0 Following: 0
Statistics
15 Questions
0 Answers
RANK
266,826
of 295,569
REPUTATION
0
CONTRIBUTIONS
15 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How to do this
Suppose I have a matrix with some entries zero and some are nonzero. 0.36 0 0.9 0.4 0.26 0.1 0 0 ...
8 years ago | 1 answer | 0
1
answerQuestion
How to do sliding window operation in Matlab?
Suppose I Have a sequence x=[4,1,1,1,2,2,3,5,9,7,7,7,6,6,1,1,2,3,4,4], and I want addition for sliding window of size 10...
8 years ago | 2 answers | 0
2
answersQuestion
How to plot figure with following?
I plot a figure, suppose in that output is in between 0 to 50, I want that if output is greater than say 25 then that output poi...
8 years ago | 2 answers | 0
2
answersQuestion
How to do this
Suppose I have a sequence of n numbers e=[5,4,45,63,22,22,1,12,3,2,2,16,14,14,16,17,1,19,21,15,32,32,27,27,43,41,7,8,13,23...
8 years ago | 1 answer | 0
1
answerQuestion
how to take first some numbers from sequence?
Suppose I have a sequence of n numbers x=[1,2,6,5,5,44,12,12,12,65,9,9,9,8,33,6,5,4,4,8,7,98,98,61,61,61...n] how to take first ...
8 years ago | 1 answer | 0
1
answerQuestion
How to join two sequences in matlab?
I have a two sequences x1=[5 5 1 5 4 1 2 3 5 5 1 5], x2=[3 9 7 6 6 10 12 15 15 15 13], how to join these two to form a one seque...
8 years ago | 1 answer | 0
1
answerQuestion
how to programme in Matlab to obtain transition probability matrix?
I have a sequence x= [12,14,6,15,15,15,15,6,8,8,18,18,14,14] so I want to make transition probability matrix. Transition probabi...
8 years ago | 0 answers | 0
0
answersQuestion
How to count no. of time state occur in sequence and then divide by sequence no.?
Suppose I have a sequence 1,3,3,1,2,1,4,2,3,1,4,2,4,4,4,3,1,2,5,1 I have to count no. of times each state occur and then divide ...
8 years ago | 3 answers | 0
3
answersQuestion
How to multiply all elements of matrix
Suppose I have a matrix 0 0.3333 0 0 0.6667 0 0 1.0000 0 ...
8 years ago | 2 answers | 0
2
answersQuestion
how to count number of states in sequence?
Suppose I have a sequence 1,3,3,1,2,1,4,2,3,1,4,2,4,4,4,3,1,2,5,1 in this 5 states are there, so how to count that there are 5 ...
8 years ago | 1 answer | 0
1
answerQuestion
how to programme to calculate transition probability matrix?
Suppose I have a sequence of states like 1,3,3,1,2,1,4,2,3,1,4,2,4,4,4,3,1,2,5,1. Transition probability matrix calculated by fo...
8 years ago | 1 answer | 0
1
answerQuestion
How to count repeated number pairs in matlab?
Suppose I have a sequence 5,5,5,1,5,4,1,2,3,5,5,1,5 then 5 followed by 5 is 3 so answer is 3, so how to programme it in Matlab....
8 years ago | 2 answers | 0
2
answersQuestion
How to programme in Matlab to obtain transition probability matrix from sequence of data?
Suppose I have a sequence of states like 5,5,1,5,4,1,2,3,5,5,1,5. How to programme in Matlab to obtain Transition probability ma...
8 years ago | 1 answer | 0
1
answerQuestion
How to make Markov Chain Model with given sequence of data?
Markov Chain model considers only 1-step transition probabilities i.e. probability distribution of next state depends only on cu...
8 years ago | 0 answers | 0
0
answersQuestion
How to make Markov Chain model from sequence of data in MATLAB?
Markov Chain model considers only 1-step transition probabilities i.e. probability distribution of next state depends only on cu...
8 years ago | 0 answers | 0