Tomaszzz
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
33.544
of 295.448
REPUTACIÓN
1
CONTRIBUCIONES
74 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
93.24%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.227
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.872
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
How to convert numbers to text
Hi all, I have a 15x 1 double where: rows 1:5 = 0, and I want to change 0 to 'x' rows 6:10 = 1, and I want to change 1 to ...
4 meses hace | 1 respuesta | 0
1
respuestaPregunta
choose B or C or D if A does not exist - how to write this?
Hi all, I have the following: switch joint case 'Knee' prox = 'HipJC'; dist = 'LEPI'; ...
4 meses hace | 1 respuesta | 0
1
respuestaPregunta
How can I calculate kinematics of ankle joint after calculating local coordinates of the foot and shank from the 3D position of markers?
Hi all, I have a human 3D motion data (walking straight). I want to calculate ankle joint kinematics. I have calculated the...
10 meses hace | 1 respuesta | 0
1
respuestaPregunta
How to convert cell (with 6x1 tables) into a multirow table?
Hi all, I have a 16x1 cell with 6x1 tables. I want to covert it into a table using a for loop. Can you help please? for k = 1:...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
How to use cell as an input argument in an App?
Hi all, I made a checkbox app that I intend to execute automatically in my script. This is what I intend to do with the app....
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
How to set up a check box to review EMG signals?
Hi all, I am working with EMG signals. See picture below. Highlighted red is an example of a signal that is just a noise. B...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
How to deal with misaligment of y axes across sublots when changing the size of a figure?
Hi all, I have created a figure (see the figure below, left) figure set(0, "DefaultAxesFontSize",8) subplot(3,2,[1,2]) plo...
casi 2 años hace | 0 respuestas | 0
0
respuestasPregunta
how to use dataaspectratio in scatterplot?
Hi all, I have 2D data collected from two diffrent devices that have data of diffrent dimensions as on the picture below. Know...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to corrplot without displaying histograms?
Hi, I want to plot correlation between two variables using corrplot. I only want to display correlation without histograms. Fo...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to replace values of a variable in a table (in a cell) with nan?
Hi all, I have a 10x1 cell containg 100x32 tables. I want to: mycell{5, 1}.myvariable = nan; which results in: Error using...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to trasform from cell to matrix and transpose from horizontal to vertical at the same time?
Hi all, I have a structure with a 3x1 cell. The cell contains 1x101 matrices. I want to access the cell and trasform it to ma...
alrededor de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
How to plot data from mutiple files in a loop so that all is collated in one figure?
Hi all, I have a list of of 11 files which are structures with a table. I want to access a variable in each table from each fi...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to use locminima in a signal with nan values?
Hi all, My signal looks like this: My aim is to identify elements of the signal indicated by green and red circles, which are ...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to use xline?
Hi all, I have a signal (attached) over which I would like to plot mutiple vertical lines using x values (see image below) x =...
más de 2 años hace | 3 respuestas | 0
3
respuestasPregunta
How to replace first and last element of each matrix in 7x1 cell with 0
Hi all, I have a 7x 1 cell of 101x1 double. I want to replace first and last element of each matrix with 0. Can you help pleas...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
How to apply butterworth filter to data in cells? filter went wrong
Hi all, I have signals of diffrent lengths located in cells (attached), that when plotted over one plot looks like this. My ...
más de 2 años hace | 2 respuestas | 1
2
respuestasPregunta
How to plot mutiple vertical lines over x axis ?
Hi all, I would like to plot multiple vertical lines in force_y_r as specified by x1 and x 2 force_y_r is 9607x1 double matrix...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to use logical indexing to return elements of a signal?
Hi all, I have a signal like this (attached). My ultimate aim is to return elements of the signal between parts of the signal t...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
How to identify both sides of a flat peak (flat part of a signal)?
Hi all, I have the following signal (also attached). I am trying to find the peaks circles red. The below code does identify...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to use indexing to identify data in data(1, :) from points identifed in data(2,:)?
Hi all, I have a 2x17205 array (called vas_med_env; attached). in vas_med_env(2,:) I have identified : j= [5.8150 6.8350 7.85...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to account for a change in variabale name when using "find"?
Hi all, I have a large excell file in which I am intending to find a specific variables in this way: idx_lfoot_start = find(st...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to add text to a line in the plot?
Hi all, This code: load('z_means'); load ('z_diffs'); load ('z_CR_ofmean') figure ('color','w'); plot(z_means,z_diffs,'...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
Only part of my plotted line will dash and how to add text to a line in the plot?
Hi all, This code: load('z_means'); load ('z_diffs'); load ('z_CR_ofmean') figure ('color','w'); plot(z_means,z_diffs,'...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
How to shade area between standard deviations in a plot?
Hi all, I would like to shade the area between standard deviations. The data is attached. My code is as follows: load 'mea...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to produce a grouped errorbars?
Hi all, I am trying to produce a grouped errorbars with the attached data. "Mean' is 5x3 matrix with means and 'std' is the sa...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to deal with CELL2MAT does not support cell arrays containing cell arrays or objects?
Hi all, I am trting to do this: Px_a1_val = {(sq_val{1, 1}(:,1)) (jp_val{1, 1}(:,1)) (walk_val{1, 1}(:,1)) (stair_as_val{1, 1}...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to reproduce a figure?
Hi all, The below figure is a copy from a journal and I would like to use such a figure to present my own data. I would like...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to use cellfun?
Hi all, I have two 21 x1 cells (t_sq_mtw / t_sq_dot_1) containg 100x18 tables. The below code calculates three parameters (a0_...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Can this be written in a easier way?
Hi all, I have two 21 x1 cells containg 100x18 tables (attached). My aim is to calculate mean correlation coeffiient for each ...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to use scatterplot in a loop
Hi all, I have two data sets which are matrixes 100x18 double. I want to scatterplot: column 1(data1) vs column 1 (data2) co...
más de 2 años hace | 1 respuesta | 0