Community Profile

photo

Rakhi Agarwal


Last seen: mehr als ein Jahr vor Aktiv seit 2019

Followers: 0   Following: 0

Statistiken

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

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

etwa 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

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

etwa 5 Jahre vor | 0

Beantwortet
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

etwa 5 Jahre vor | 0

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

etwa 5 Jahre vor | 0

| akzeptiert