Question


arrange indices
hi, if i have this vector r=[2 4 18 5 6 15 3 4 16]; i need arrange index 3,6,9 with ascending, and each both previous index...

13 years ago | 1 answer | 0

1

answer

Question


remove index
hi, how I can remove index 3,6,9,....? ex. x=[10 2 3 5 15 7 8 100 2 10 12 23 20]; i need x be x=[10 2 5 15 8...

13 years ago | 1 answer | 0

1

answer

Question


why float no. become integer?
hi, i have two vectors the first one is float as: c=[2.5 4 6.5 4.5 3]; c1=[1 2 10 9]; when merge them as: c2=[c ...

13 years ago | 3 answers | 1

3

answers

Question


can not read this file
hi I have txt file with big size (570 MB). I try to read it by this code: f1=fopen('d:\matlab11\bin\test1.txt'); c...

13 years ago | 1 answer | 0

1

answer

Question


how get graph?
hi if I have data show users nd the relationships with other users, are there any way by which can draw such graph? thanks i...

13 years ago | 3 answers | 0

3

answers

Question


long running time
hi, i have code (smith_waterman) algorithm of sequence alignment. I have to align one sequence to large set of squences (d...

13 years ago | 0 answers | 0

0

answers

Question


problem in read txt file
hi, if I have txt file test.txt : 'poiu' 'grtf' 'yutr' 'trqw' 'tyui' 'poyt' f=fopen(''test.txt'); d=fscanf(f,'%s'); I w...

13 years ago | 1 answer | 0

1

answer

Question


problem in saving array in txt file
hi, I want to save this array in file but I did not get what I want ex. x={'RCIN' 'AFGN' 'RGGA';'RCIN' 'RQDM' ...

13 years ago | 3 answers | 0

3

answers

Question


problem in display of sequences
hi, i want alignment two sequences using Needleman, but i faced this problem. the result be: {1x1 cell}{1x1 cell} {1x1 ...

13 years ago | 0 answers | 0

0

answers

Question


how save diplayed data?
hi, i have the following code: fid=fopen('webscopG.txt'); for j=1:100000 tline = fgetl(fid); i=i+1; ...

13 years ago | 3 answers | 0

3

answers

Question


remove equal items without loop
hi, I want to remove any two item are equal without loop x=[1 2 3 5]; y=[4 3 1 6 7]; I want the result be x=[2 5] y=[4 6 7...

13 years ago | 2 answers | 1

2

answers

Question


random no.
hi, can i get random no. in specific range ? between 19 , -19 thanks

13 years ago | 4 answers | 0

4

answers

Question


how sort just nonzero values?
how can sort values except zero values i.e i want to sort just non zero values in c. how do that. c=[8 4 5 1 0 0 0 ]; than...

13 years ago | 2 answers | 0

2

answers

Question


get error when remove an item
hi, i want to remove an item from array, but get error this is my code align(1,:)='asd-as---tyr'; align(2,:)='fg--ds-...

13 years ago | 3 answers | 0

3

answers

Question


how add characters to sequence?
hi, I have this seq. for example qwe hj l what I need is adding gaps in spaces of this sequence, such qwe---hj--l I wa...

13 years ago | 1 answer | 0

1

answer

Question


why must rerun this code to pursue running
hi, below my code, it is read stream of files from folder and update these files and write it again to another folder(contain o...

14 years ago | 2 answers | 0

2

answers

Answered
code of trace path
hi walter, this is my code,it is give me good result except one problem I faced it in edges. at first, in the first move I f...

14 years ago | 0

Question


random fun.
hi, is there way to chose one no. from two numbers randomly for ex. 2,3 i.e each time chose 2 or 3 randomly

14 years ago | 2 answers | 1

2

answers

Question


code of trace path
hi, say have this array: x= 1 0 0 0 0 0 0 0 0 i want anyone help me to ...

14 years ago | 4 answers | 0

4

answers

Question


file store different type of data
hi, is there way by which can store different type of data such as: ex. 234,'2005-07-21' 165 ,'2006-08-21' I want...

14 years ago | 1 answer | 0

1

answer

Question


how convert fraction into integer?
hi, how convert fraction part into integer : 30.6789 to 6789 thanks

14 years ago | 2 answers | 0

2

answers

Question


any suggestions to make this code faster
hi, any suggestions to make this code faster, where if take just noofusers 50, it take three or more to complete: %%%%%%%%%%...

14 years ago | 1 answer | 0

1

answer

Question


is there fast way for this problem
hi, is there a fast way to deal with this problem: I have 17770 files, each file has structure as: id_user(integer), rate...

14 years ago | 1 answer | 0

1

answer

Question


record of file
hi, is there function deal with file such record of file ? i.e. my file with very large size, can I deal with file direc...

14 years ago | 2 answers | 0

2

answers

Question


how change the size of font?
hi, i have matlab r2011a, when i write commands whether in command window or in file.m , the size of words is very small , how...

14 years ago | 1 answer | 0

1

answer

Question


merge two arrays with different size
hi, if I have two arrays, each one has different size ex a(1:1000,1:20) b(1:1000,1:30) I want to merge them to one array a...

14 years ago | 1 answer | 0

1

answer

Question


index of zero prolem in matlab
hi, is there solution for index of zero problem. I'm facing this problem in this code I'm working to design code of local se...

14 years ago | 1 answer | 0

1

answer

Question


convert code into matlab code
hi, i badly need this code, but it is not matlab code. this is code foe sequence local alignment(smith-waterman), I did not fi...

14 years ago | 2 answers | 0

2

answers

Question


return of function
hi, I need two outputs from function , the first one is matrix , and the other is one value. two calls for function , the firs...

14 years ago | 2 answers | 0

2

answers

Question


matlab file as exe file
hi, is there a way by which can make .m file as exe file ? And then can run it even without existence matlab

14 years ago | 1 answer | 0

1

answer

Load more