raki


自 2015 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
256,184
of 301,778

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
33.33%

收到投票数
0

排名
 of 21,418

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 176,499

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How to read multiple sensors through the serial.
Hi guys I hope you can help me. I have connected 3 sensors to an Arduino, and I´m sending the data to the serial port simu...

9 years 前 | 0 个回答 | 0

0

个回答

提问


any one help me how to explain this code
function varargout = gui(varargin) % GUI MATLAB code for gui.fig % GUI, by itself, creates a new GUI or raises the ...

11 years 前 | 1 个回答 | 0

1

个回答

提问


how to read 3 input from arduino to matlab
I have connected 3 potentiometer to an Arduino, and I´m sending the data to the serial port simultaniously and I dont know how t...

11 years 前 | 0 个回答 | 0

0

个回答

提问


how to plot 3 sensor values in 3 different axes in matlab guide taken serially from arduino?
I have connected 3 sensors to an Arduino, and I´m sending the data to the serial port simultaneously. Now I would like Matlab t...

11 years 前 | 0 个回答 | 0

0

个回答

提问


how to draw real time plot in guide matlab
i am taking 3 input sensor values from the arduino. i want to plot these values in 3 different axes created in matlab guide.thes...

11 years 前 | 1 个回答 | 0

1

个回答

提问


how to write code for real time graph in gui matlab
x = 0:pi/100:10*pi; y = sin(x); z = cos(x); w = x./x; % loop n = numel(x); % axes1 plot h(1) = pl...

11 years 前 | 1 个回答 | 0

1

个回答