Ram k
自 2016 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 2 个回答 | 0
2
个回答提问
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 前 | 2 个回答 | 0
2
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 0 个回答 | 0
0
个回答提问
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 前 | 3 个回答 | 0
3
个回答提问
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 前 | 2 个回答 | 0
2
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 2 个回答 | 0
2
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 0 个回答 | 0
0
个回答提问
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 前 | 0 个回答 | 0