Statistics
RANK
261,095
of 297,303
REPUTATION
0
CONTRIBUTIONS
4 Questions
1 Answer
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
200 of 20,420
REPUTATION
6,664
AVERAGE RATING
4.00
CONTRIBUTIONS
3 Files
DOWNLOADS
14
ALL TIME DOWNLOADS
64808
RANK
of 158,407
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
Submitted
Character Recognition Example (IV):Training a Simple NN for classification
This demo shows some examples for image pre-processing before the recognition stage.
9 years ago | 2 downloads |
Submitted
2D Target tracking using Kalman filter
This Demo shows tracking target and prediction next position using kalman filter
9 years ago | 3 downloads |
Submitted
Function Approximation Using Neural Network Without using Toolbox
This code implements the basic backpropagation of error learning algorithm
9 years ago | 3 downloads |
Question
colours on phylogeny tree
I wonder how can I color certain edges on a phylogeny tree. I can visualize my tree using phytreeviewer(mytree), but I couldn't ...
9 years ago | 1 answer | 0
1
answerQuestion
color a specific node in phylogeny tree
I have a phylogey tree, tr = phytreeread('pf00002.tree') h = plot(tr) by default all nodes are blue - I would like to col...
10 years ago | 0 answers | 0
0
answersQuestion
The name 'NodeNames' is not an accessible property for an instance of class 'figure'.
I am just trying to visualize a phylogeny tree and I am getting the following error _Error using hg.figure/get The name 'N...
10 years ago | 0 answers | 0
0
answersgetnewickstr does not work on the output of getmatrix
Thanks for your reply. The problem is not about reading the Newick - since I can read it and run the getmatrix on it. The pro...
10 years ago | 0
Question
getnewickstr does not work on the output of getmatrix
I have a tree as following, tree_newick = '(A:4,(B:3,(C:1.2, D:1.5)F:1)E:2.5)O:0'; [dist_matrix, ID, DIST] = getmatrix...
10 years ago | 2 answers | 0