Community Profile

photo

hj lee


Last seen: más de 2 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


How to classify data from text file?
Hello, Here is the text file ' data.txt ' here is the sample of data. 16:21:32.556 AcX= 17080 AcY= 764 AcZ= -3244 GyX= -414...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to interpolate data
Hello, P=[NaN NaN NaN 163.626652810406 140.245221578496 143.291946126177 158.198843187782 179.073274059170 206.654075204109 255...

más de 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to interpolate data
Hello, P=[NaN NaN NaN 163.626652810406 140.245221578496 143.291946126177 158.198843187782 179.073274059170 206.654075204109 2...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to make group by extracting data?
Hello, e = [-9:3:9]; CM = 0.41 0.39 0.37 .... 0.32 0.30 0.29 ... 0.24 0.22 0.20 ... 0.15 0.13 0.12 .... 0.06 0.05 0...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to extract specific data?
Hello, a1 = [10 20 30 40 50 60]; b1 = [11 21 31 41 51 61]; c1 = [12 22 32 42 52 62]; I want to extract specific data suc...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to extract specific data from the data files?
Hello, CL = [ 0.572526 0.601916 0.631107 ]; CD = [ 0.024868 0.025337 0.025902 ]; How to output the value of CD when...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to find the corresponding value?
Hello, a = [ 1 2 3 6 8 4 ] b = [10 11 12 13 14 15] maxa= max(a) bb = 14; in this case, I want to find bb which corresp...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to make NaN data
Hello, here is the data. a = [-2 -1 2 3] b = [1 2 3 4] c=a.*b c = [-2 -2 6 12] right? but I want to make the NaN val...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to delete certain data corresponding of other value?
Hello, Here is the example data. a = [1 2 3 4 5 6 7 8 9 10]; b = [2.5 3.5 4.5]; c = a.*b; the mablab can't calculate this s...

casi 4 años hace | 1 respuesta | 0

1

respuesta