Jwana - MATLAB Central
photo

Jwana


自 2012 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB AnswersFrom 10/12 to 04/25Use left and right arrows to move selectionFrom 10/12Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

24 个提问
0 个回答

排名
10,730
of 298,264

声誉
4

贡献数
24 个提问
0 个回答

回答接受率
62.5%

收到投票数
4

排名
 of 20,554

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,718

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


how to change the position of the output result in GUI
Does any one here have an idea about how to change the position of output in the GUI matlab to be to the right side of the box a...

12 years 前 | 1 个回答 | 1

1

个回答

提问


replace the command 'set' in GUI
Hello... how can I use the command 'set' in the GUI in matlab that it can keep the previous answer and not to replace it with...

12 years 前 | 1 个回答 | 0

1

个回答

提问


how to select a text file from a directory and read it in GUI matlab
Hello all, I have a GUI system that should select a text file from a directory,open it and read it in a code.. I have this ...

12 years 前 | 1 个回答 | 1

1

个回答

提问


How to create input text box in GUI matlab
I need to make a GUI for a certain code with the following requirements: 1.it should select a text file from the director...

12 years 前 | 0 个回答 | 0

0

个回答

提问


increase the speed of a certain code
Hi, I have a code with a call function that gives the Type of each gene in system ( I can find it by comparing the order of e...

12 years 前 | 2 个回答 | 0

2

个回答

提问


how to delete repated rows with out re order them
Hi all, I have this cells arrays: levelx= 'GO:0016787' 'GO:0006412' 'GO:0030533' 'GO:0008150' ...

12 years 前 | 2 个回答 | 0

2

个回答

提问


how to read from a text file and make a cell array from its data
Hi all, I have a text file that contains genes information like is a relations and part of relations between genes. this t...

12 years 前 | 0 个回答 | 0

0

个回答

提问


ho to get rid of repeated cells in cells arrays functions
Hello.. I have a cells array as follows: contextt = {24x1 cell} {25x1 cell} {26x1 cell} I need to f...

12 years 前 | 1 个回答 | 0

1

个回答

提问


how to omit the the dot and numbers
Hi,, I have this command : PC_DI = a0.c1.c3.d12 tt=regexp(PC_DI, '.', 'match') tt = 'a' '0' ...

12 years 前 | 2 个回答 | 0

2

个回答

提问


multiple number of inputs n
Hi all, I need to enter by keyboard some values and them use for loop for them so that matlab should know the number of them ...

12 years 前 | 3 个回答 | 0

3

个回答

提问


how to get rid of the too many if statements..
I have 2 cell matrix (coming from a certain code): m1 = 'GO:0008150' 'GO:0016740' 'GO:0016740' ...

12 years 前 | 1 个回答 | 0

1

个回答

提问


finding the lowest common ancestor between 2 cells array
Hi, I have a code that can find the lowest common ancestor ( lowest common character) and the common chaarcters for 2 vectors,...

12 years 前 | 1 个回答 | 0

1

个回答

提问


editing inside cells array
I have this cells array which is came from a mat lab code that generates dewey IDs: POT1 = 'a0' ...

12 years 前 | 1 个回答 | 0

1

个回答

提问


how to build part of tree in matlab from vectors of parents and children
Hi all, Can any one tell me how to begin building a code in matlab for making a part of tree POT system of genes (GO Ontology...

12 years 前 | 0 个回答 | 0

0

个回答

提问


is not equal in cellarray
how to make a not equal if statement in cellarray? I tried this one: for i=1:length(levelxxx) if ~isequal(levelxxx{...

12 years 前 | 2 个回答 | 0

2

个回答

提问


how to find unique rows in cell array in matlab
hi.. how to find the unique rows for the following cell array: levelx= 'GO:0016787' 'GO:0006412' 'GO:0030...

12 years 前 | 3 个回答 | 1

3

个回答

提问


how to add extra column that counts the occurance of each character in a cellarray
Hi all, I need to write a code that it add extra column for the number of occurance of the characters in each cell for the fo...

12 years 前 | 2 个回答 | 0

2

个回答

提问


how to equlaize cell arrays in matlab?
Hi, I have a cellarray with length of 3 and I want to make for loop with another cell array with length of 6 , so how can I a...

12 years 前 | 2 个回答 | 0

2

个回答

提问


how to make a code with for loop for undetermined index
Hi all, I have a code in GO ontology that it build the part of tree (POT) by finding each level for each cell (which called ...

12 years 前 | 1 个回答 | 0

1

个回答

提问


how to make a dynamic code from this one in matlab
hi all, I have 2 cells functions (resulted from certain code) in GO Ontology (bioinformatics) as follows: p = ...

12 years 前 | 1 个回答 | 0

1

个回答

提问


if statement between cells arrays
I need to compare between values in cells arrays such as I have : p = 'GO:0008150' 'GO:0016740' '...

12 years 前 | 3 个回答 | 0

3

个回答

提问


remove rows that contain zeros from cells array in matlab
I have a cell array resulted from a certain code as follows: m = [ 0] 'GO:0008150' 'G...

12 years 前 | 4 个回答 | 1

4

个回答

提问


creating vectors showing the non zero values
Hi all, I have a code that can generate 3 vectors (GO_Terms, is_a_relations and part_of_relations) from a text file . The ...

12 years 前 | 0 个回答 | 0

0

个回答

提问


cell arrays to table or normal array in matlab
Hi all, I have cell array show as this: C = {1x1 cell} [] [] {1x1 cell} {1x1 cel...

12 years 前 | 2 个回答 | 0

2

个回答