Estadística
11 Preguntas
0 Respuestas
CLASIFICACIÓN
36.816
of 300.857
REPUTACIÓN
1
CONTRIBUCIONES
11 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
72.73%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 21.097
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 171.361
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
'Conversion to double from cell is not possible.'
Problem: I have this code that calculate postfix but when I use it gives me an error. Postfix(nCols)=struct('matches',[],'p...
alrededor de 10 años hace | 1 respuesta | 1
1
respuestaPregunta
Help with use of regular expression
Problem: I have a cell array of strings TrajLocationCompact(1, 3).locationIdCompact1 ans = '1 1 1 1 1 32' ...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Matlab: optimize code
Problem: I have the trajectories of 14 users: I have compare the trajectories of every user and for each one, I have calculated ...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Error: In an assignment A(:) = B, the number of elements in A and B must be the same.
Problem: TrajSimilarity is a struct of k elements, I want to put all the value of TrajSimilarity(1,k).aLongestString in a vector...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Create Semantic Trajectory Pattern Tree
Problem: I have to create in Matlab the function CreateNode(semantic, support, children) Input: Semantic Trajectory Pattern...
alrededor de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
Trasform to cell of strings
Problem: I have postfix (attached) (137x25) cell that contain cell of char (Ex postfix(6,8)=postfix{6,8}{1,1}<1x3char>). I want ...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Error using function regexp
Problem: in this code I want to obtain postfixes of semanticTrajCompact.Trajcompact; after I want count the combination of value...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
How to transform a cell array of cells in a matrix
Problem: I have a cell array and every cell of this array has an other cell that contains a string: I want to trasform the cell ...
alrededor de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
How to divide matrix in submatrix
Problem: I have the matrix 'matlab' (attached): colums 1 are locationId, columns from 2 to 4 are dates (year, month, day) and c...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Count pattern of a string
Problem: I have a string '01234(01)3423(32)' and I want to count the pattern of this string. I consider as pattern '0','1','2'...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Optimize code: find longest common sequence of two strings
Hi all! I have a problem: I create this code to compare strings in Trajectory.mat (attached) and find the longest common seque...
alrededor de 10 años hace | 1 respuesta | 0
