Community Profile

photo

Rakhi Agarwal


Last seen: 1 year ago Active since 2019

Followers: 0   Following: 0

Statistics

All
  • First Review
  • Promoter
  • Introduction to MATLAB Master
  • Knowledgeable Level 1
  • Solver
  • First Answer

View badges

Feeds

View by

Question


How can I connect Arduino Nano 33 BLE to matlab and get IMU data?
I want to connect Arduino Nano 33 BLe board to the Matlab. I tried using Arduin support package for matlab. But it doesnt suppor...

4 years ago | 0 answers | 0

0

answers

Question


How can I find accuracy of orientation measured from IMU (MPU9250) using AHRS matlab?
I am using MPU9250 to calculate orientation by following this link: https://www.mathworks.com/help/fusion/examples/Estimating-O...

4 years ago | 0 answers | 0

0

answers

Answered
how to plot 40 different colors in matlab graph
Colors in Matlab plot that you are using are basically RGB triplets. For example blue b [0,0,1] black k [0,0,...

5 years ago | 0

Answered
Which filter or function can be used to achieve something like this in MATLAB?
Use roipoly function in Matlab. Read more about it here: https://in.mathworks.com/help/images/ref/roipoly.html

5 years ago | 0

Answered
Legend in plot with a loop
Try this: for j=1:48 figure; normB48points=(normB(:,j)); plot(t',normB48points); xl...

5 years ago | 0

| accepted