Mayla
Followers: 0 Following: 0
Estadística
8 Preguntas
0 Respuestas
0 Problemas
90 Soluciones
CLASIFICACIÓN
228.716
of 295.527
REPUTACIÓN
0
CONTRIBUCIONES
8 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
62.5%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.242
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
1.939
of 154.057
CONTRIBUCIONES
0 Problemas
90 Soluciones
PUNTUACIÓN
1.364
NÚMERO DE INSIGNIAS
9
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Exporting eeg data from eeg lab to use it in spm12
Does somebody know in which file format I have to export eeg data from eeglab when I want to further analyse it with spm12?
alrededor de 1 año hace | 0 respuestas | 0
0
respuestasPregunta
Analysis of brainvision analyzer eeg data in spm12
I have a problem with using brainvision analyzer eeg data in spm. Some preprocessing was already done in brainvision analyzer (I...
alrededor de 1 año hace | 0 respuestas | 0
0
respuestasPregunta
Problem 1899. Convert a Cell Array into an Array
Thats the task: Given a square cell array: x = {'01', '56'; '234', '789'}; return a single character array: y = '012345678...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Problem 2022. Find a Pythagorean triple
That's the question: Given four different positive numbers, a, b, c and d, provided in increasing order: a < b < c < d, find if ...
alrededor de 1 año hace | 4 respuestas | 0
4
respuestasPregunta
Problem 44952. Find MPG of Lightest Cars
That's the question: The file cars.mat contains a table named cars with variables Model, MPG, Horsepower, Weight, and Accelerat...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Problem 568. Number of 1s in a binary string
Thats the question: Find the number of 1s in the given binary string. Example. If the input string is '1100101', the output is ...
alrededor de 1 año hace | 2 respuestas | 0
2
respuestasPregunta
Problem 6. Select every other element of a vector
Thats the question: Write a function which returns every other element of the vector passed in. That is, it returns the all odd...
alrededor de 1 año hace | 2 respuestas | 0
2
respuestasPregunta
How do I combine results of a loop in an array?
I am trying to create an array like [1 2 2 3 3 3 4 4 4 4] if n=4 for any n My first idea was for m = 1:n x = [1:m] x(:)=m ...
alrededor de 1 año hace | 0 respuestas | 0