Community Profile

photo

Mira le


Last seen: 8 months ago Active since 2019

Statistics

  • First Review
  • Thankful Level 4

View badges

Content Feed

View by

Question


How to convert cell array to int32
I have a cell array S that contains! S = 5×1 cell array [ 5] [ 7] [1×2 double] [...

9 months ago | 1 answer | 0

1

answer

Question


How to remove zero from float value.?
Hello everyone I have a problem I would like to help me solving it i have float value when I make division opeation and I obai...

9 months ago | 1 answer | 0

1

answer

Question


how can I delete zeros after virgule?
hello I have vector with values 0.254 0.435 I want to be 0.2 0.4

10 months ago | 1 answer | 0

1

answer

Question


how to determine that all cell array value exists in other cell array?
Hello every one I have a cell array S=3×1 cell array [ 29 56 62] [34 40 62] [48 52 7] an...

10 months ago | 2 answers | 0

2

answers

Question


How can I remove double value from vector?
Hello every one I have this problem that I want you to help me to solve it I have a cell array S={12 45 10 30} and its equiva...

10 months ago | 1 answer | 0

1

answer

Question


How to dispaly result value?
hello every one I want to display results that I obtained like this: disp('N= '; N) but it doesn't work

10 months ago | 1 answer | 0

1

answer

Question


How can I test that tab values exist in other sequence?
Hello every one I have a problem I want you help me I have a vect = [ 5 34] for example and an other sequnce that contains...

10 months ago | 3 answers | 0

3

answers

Question


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

1 year ago | 1 answer | 0

1

answer

Question


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

1 year ago | 1 answer | 0

1

answer

Question


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

1 year ago | 2 answers | 0

2

answers

Question


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

2 years ago | 1 answer | 0

1

answer

Question


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

2 years ago | 1 answer | 0

1

answer

Question


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

2 years ago | 2 answers | 0

2

answers

Question


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

2 years ago | 0 answers | 0

0

answers

Question


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

2 years ago | 1 answer | 0

1

answer

Question


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

2 years ago | 0 answers | 0

0

answers

Question


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

2 years ago | 1 answer | 0

1

answer

Question


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

2 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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

2 years ago | 2 answers | 0

2

answers

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 0 answers | 0

0

answers

Question


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

3 years ago | 1 answer | 0

1

answer

Question


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

3 years ago | 0 answers | 0

0

answers

Question


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

3 years ago | 1 answer | 0

1

answer

Question


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

3 years ago | 1 answer | 0

1

answer

Question


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 [ ] ...

3 years ago | 1 answer | 0

1

answer

Question


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

3 years ago | 1 answer | 0

1

answer

Question


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

3 years ago | 1 answer | 0

1

answer

Question


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

3 years ago | 1 answer | 0

1

answer

Load more