Community Profile

photo

Mira le


Last seen: 대략 2개월 전 2019년부터 활동

통계

  • First Review
  • Thankful Level 4

배지 보기

Content Feed

보기 기준

질문


How to convert double value to int value?
Hi everyone I have probelm in my matlab code I want to convert double value to int d= 5.2 the result will be d=5 thank you...

3개월 전 | 답변 수: 1 | 0

1

답변

질문


How to eliminate values after comma, in double value?
Hi every one, I have a problem I have a set of double values like 0.2000 0.2862 I want just use 0.2 and 0.2, I don t ...

4개월 전 | 답변 수: 1 | 0

1

답변

질문


How to remove zeros from double value?
hi every one I have a set D that contains values in double? D=0.2352, 0.5263 I want to display D= 0.23, 0.52 Thak you

6개월 전 | 답변 수: 2 | 0

2

답변

질문


How can I convert file txt into matrix?
Hello every one, I have file text contain 10307 10311 12487 12559 12695 12703 18715 10311 12387 12515 12691 12695 12699 1...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


how to find the mininmum value in a double vector ?
hello every one I have vector with double values and I want to determine the smallest value as well as irs index vecto=[ 2....

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How Can I determine minimum value in a double array?
Hello every one; have an array : vect =[ 2.6660 2.2852 10.0000 3.2617 10.0000 10.0000 9.8532] I want to get t...

1년 초과 전 | 답변 수: 2 | 0

2

답변

질문


How can I parallelize my code matlab to speed the execution time?
Hello every one please I need help I program I code and it takes too much time to finish, I use large database so that s I thi...

1년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How can I get parallel computing toolbox?
Hello every one; I need to parallel my matlab code, so I have to get parallel computing toolbox, please help me to get it. ...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How can I select the common value from table?
Hello every one I have this cell S= 2 1 2 3 1 2 5 1 5 and the data like this T= 1 2 4 5 2 3 5 1 2 4 5 1 2 3 5 eac...

1년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How can I sort vector according to its index?
Hello every body I have a problem, I would like to sort vector vect that contain vect = [3 1 3 4] each value in the vecto...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How can I generate random varaible from 0 to 1 without including 0?
Hello every one, I want to generate random values between 0 and 1, but not 0 I don t want to generate 0 as a random value. ...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How can I convert double value to cell?
Hello every one I want to convert double value in cell in order to compare with each other for example I have the cell array...

거의 2년 전 | 답변 수: 1 | 0

1

답변

질문


How to remove empty line from struct?
Hello every one I have struct D with two fields: index sequence [ ] D : ...

거의 2년 전 | 답변 수: 2 | 0

2

답변

질문


how to fill matrix?
Hello every one I want to fill matrix with two vector like this: first vector: 1 2 3 4 5 second vector 3 5 1 4 matrix is as ...

거의 2년 전 | 답변 수: 1 | 0

1

답변

질문


how to calculate the expected support?
Hello every one I have a database D 12 20 12 3 15 12 100 5 4 10 100 12 20 45 103 each value in D has its ...

거의 2년 전 | 답변 수: 0 | 0

0

답변

질문


How to convert memory to Megabyte
Hello every one, I use the matlab function memory () to calculate the memory cost of my matlab program the result is as fol...

거의 2년 전 | 답변 수: 1 | 0

1

답변

질문


How ca I calculate the dominance between two popultion?
Hello every one , I have a problem and I want to solve it, so I have two population pop and Pool type struct pop: Positio...

대략 2년 전 | 답변 수: 0 | 0

0

답변

질문


How can I make the difference or subtraction between two scalar vectors?
Hello every one I have vectors like x1=[1 2 5 8 ] x2=[2 1 0 6] x1 - x2 = [5 8] How can I get this r...

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


How do we sort scalar value in ranks?
Hello everyone, I have struct R bellow, I sort these sequence in ascending order according to Weights values, Now I want to rank...

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


How can I sort valus of a field in struct?
Hello Everyone I have an issue to sort values so I have struct named R contains field : sequance [ ] ...

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


How can i calculate memory cost of my program?
I implement a program in matlab with many instructions, I want to compute the memory cost of the whole algorithm

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


How can I generate voctors of double values from another bector?
Hello everyone, My issue here is , I have a vector of double values v1=[12,3459,450,......,567], I want to generate many vecto...

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


How can I generate values randomly from another existing vecor?
Hi everyone My problem is I want to generate a vector of values from other vector with zeros For example My vector is v1=[1...

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


how to remove line from cell array?
Hi every one, I'm working on cell array called T like: T{1}= [1 2 3 ] T{2} = [ 2 3] .. . . . . T{n}=[ 2 3 4] I want ...

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


how can I precise number in double
Hello, I want to ask you how I can precise the numbers after comma for example: x=0.2584 the result should be x=0.2 P...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


how to generate and precise double value?
Hello I want to ask you How I can generate probability values randomly between 0 and 1, but 1 and 0 can include as probability ...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to generate probability value randomly?
Hello, I have a set of discrete value X=[1 , 2, 10, 5, ...., 4] I want each value in X contains a probability value betwee...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How can I convert douvle value to int or Integer?
during the coding my programe I 've got a double value example: num= 1.1110e+03 I 'm going to use this value in other value ...

3년 초과 전 | 답변 수: 4 | 0

4

답변

질문


How to parcours data?
I have a cell array SI [1 31 36] [1 31] 2 [1 67] [1 41] [1 31 36 5 90] [1 31 36 23 90] [1 31 36 38 94] [1 36 41 79 67] ...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How could i call java function from matlab?
In my implementation, i want to call a java code and use it in matlab there is apriori algorithm implemented in java I want to ...

3년 초과 전 | 답변 수: 2 | 0

2

답변

더 보기