Community Profile

photo

Emmanuel


Active since 2013

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Labelling Edges with Biograph
Hi all, I am trying to make labels on every edge that I have in the biograph but they are not showing up. what is the proper ...

11 years ago | 0 answers | 0

0

answers

Answered
HMM with 41 states error occurs
clear res fid = fopen('pokertjba.txt'); line1 = fgetl(fid); res{1}=line1; while ischar(line1) line1 = fgetl(fid...

11 years ago | 0

Question


HMM with 41 states error occurs
I am getting this error when I added the 41th state into my HMM model: Attempted to access tr(39,0); index must be a positive...

11 years ago | 2 answers | 0

2

answers

Question


NAN problem in HMM
Hi, I have 40 states in the transition matrix and 40 emissions which represents 1 for each state. When it comes to in...

11 years ago | 0 answers | 0

0

answers

Question


Convert each cell to numeric
Hi all, I have this kind of code: seq1 = [1,3,2,3,2,3,1,3]; seq2 = [3,3]; seq3 = [1,2,2,2,2,2,2,2]; seq4 = [1,2...

11 years ago | 1 answer | 0

1

answer

Question


Subscript indices must either be real positive integers or logicals and other error.
Hi, I want to read through both matrixes seq and seq2 but gives me two errors. Here is the code: tr = [0.95,0.05; ...

11 years ago | 2 answers | 0

2

answers

Question


Gettting data from textfile
Hi, I have this data: seq1 = [1,3,2,3,2,3,1,3]; seq2 = [3,3]; seq3 = [1,2,2,2,2,2,2,2]; seq4 = [1,2,1,1,2,2,1,2...

11 years ago | 1 answer | 0

1

answer

Question


Read data from textfile to use hmmtrain
Hi. I wish to use hmmtrain in order to get transition and observation probabiliites (Baum Welch algorithm). Since I have all ...

11 years ago | 1 answer | 0

1

answer