photo

Emmanuel


Active since 2013

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

7 Questions
1 Answer

RANK
266,634
of 300,338

REPUTATION
0

CONTRIBUTIONS
7 Questions
1 Answer

ANSWER ACCEPTANCE
28.57%

VOTES RECEIVED
0

RANK
 of 20,922

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,149

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

  • 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 ...

12 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...

12 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...

12 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...

12 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...

12 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; ...

12 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...

12 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 ...

12 years ago | 1 answer | 0

1

answer