Community Profile

photo

Adam Levschuk


Last seen: 3 meses hace Con actividad desde 2018

Followers: 0   Following: 0

Estadísticas

All
  • First Review
  • Thankful Level 3
  • Solver

Ver insignias

Feeds

Ver por

Pregunta


quat2eul is giving me a strange result
Hello All, I am using the quat2eul function to convert quaternions to euler Angles, However, after i do that i get a strange r...

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Get rid of peaks with small prominence
Hello, i am looking to get rid of false positive in my data and want to delete all the peaks with a prominence that is less than...

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Have function use variables within workspace
Hello, i am new to creating functions. I am creating a function that creates a text file that conviently writes out all of my ...

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Quaternion rotation around only two axes.
Hello all, I am working on a problem where i am using quaternions to put meaured accelerations into the global reference frame...

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

1

respuesta

Pregunta


Find Sum of array
Hello, i am trying to find the sum of an array that contains elements that contain decimals. How would i go about doing this? th...

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

1

respuesta

Pregunta


Incorrect position calculation from IMU for gait analysis
Hello All, i am trying to do gait analysis using an IMU. I am using a zero velocity update algorthm to force the food valeocity...

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

0

respuestas

Resuelto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

más de 3 años hace

Pregunta


Quaternions given relative to NED but I want to orientate my sensor relative to Down only
Hello all, i am using the Bosch BNO055 IMU to do gait analysis. The quaternions outlutted from the sensor are relative to the NE...

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

0

respuestas

Pregunta


What is wrong with this path?
Hello, I have a very very simple question and it has constantly vexxed me. I have tried but i cannot wrap my head around the mat...

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

1

respuesta

Pregunta


IMU orientation using AHRS filter
Hello, I am having IMU orientation troubles I am using the AHRS Filter to output Angular Velocity and Quaternions relative to th...

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

1

respuesta

Pregunta


make vectors same length
Hello, I input my data as three different variables, acc, gyr, and mag. I want a small amount of code that makes all three var...

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

2

respuestas

Pregunta


Calculate area within mesh plot
Hello all, i am looking to calculate the area of a section of mesh plot. I have attahced a photo of the mesh plot for your sake....

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

1

respuesta

Pregunta


calculate area of particular space in mesh plot
Hello All, I am working a a bit of a creative problem and i am trying to calcualte the area of a certain part of my mesh plot....

casi 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


matrix index is out of range for deletion
Hello, I am trying to delete certain rows of an 1D array if a conditional statement is true. My code is: for i = 1:length(TF...

casi 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Adding multiple folders to path
Hello. I am trying to add multiple folders to my matlab path, but i am not having much luck. My directory looks like this: Ba...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Error using eigs. Input matrix is badly conditioned. It might contain Inf or NaN.
Hello all, I have a varibale named psi, that is a 1x10940 cell array of cells, with each cell containing a 2x2 matrix. I calcua...

casi 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


create a matrix with a for loop
Hello all, i am trying to calculate a bunch of matrices using a for loop. I have written the following code T = 60; for t = 60...

casi 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Find point on a trajectory nearest a point
Hello all, I am trying to the point on a trajectory nearest a point. I have a trajectory called 'trajAP" (it is a a trejectory...

casi 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to make a trajectory from position and Velocity data
Hello, I feel that this is a very easy question and i am mad that i have not figured it out myself. I have position data (eule...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Removing DC component at 0 HZ from acceleration data after fft
Hello, After i compute the FFT of my acceleration data (Fs = 50 Hz) i am getting a large spike at 0 Hz (the leftover DC compon...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


rotate acceleration vector using rotation matrix
Hello, first time question asker here. I am trying to orient a smartphone whlist it is in a persons pocket. I collected acceler...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Resuelto


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

más de 5 años hace