Community Profile

photo

Adam Levschuk


Last seen: 3 Monate vor Aktiv seit 2018

Followers: 0   Following: 0

Statistiken

All
  • First Review
  • Thankful Level 3
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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...

etwa 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

etwa 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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 ...

etwa 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 3 Jahre vor | 0 Antworten | 0

0

Antworten

Gelöst


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:...

mehr als 3 Jahre vor

Frage


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...

mehr als 3 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 3 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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....

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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....

fast 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

fast 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

fast 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

fast 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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...

fast 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Gelöst


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...

mehr als 5 Jahre vor