photo

Rakhi Agarwal


Last seen: 10 months 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

2 个提问
3 个回答

Cody

0 个问题
28 个答案

排名
11,202
of 297,527

声誉
4

贡献数
2 个提问
3 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 20,454

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
14,168
of 159,075

贡献数
0 个问题
28 个答案

评分
360

徽章数量
3

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

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

查看徽章

Feeds

排序方式:

提问


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

5 years 前 | 0 个回答 | 0

0

个回答

提问


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

5 years 前 | 0 个回答 | 0

0

个回答

已回答
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,...

6 years 前 | 0

已回答
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

6 years 前 | 0

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

6 years 前 | 0

| 已接受