photo

Payaam Khalid


Last seen: 3 years 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
0 个回答

排名
270,711
of 300,750

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 21,073

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,837

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


two while loops running at same time
while ~stop % Read current voltage value x = readVoltage(a,'A0'); % Get current time t = datetime('now') - startTime; %...

3 years 前 | 2 个回答 | 0

2

个回答

提问


two lines on the same graph
clear all; close all; a = arduino('COM3', 'uno') % or use COM port tic %start timer max_samples = 10; % how many times do we ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


need help making a loop URGENT
if x>=3.3 disp('signal recevied soil is dry time to water') writeDigitalPin(a,'D2',1);pause(0.2);writeDigitalPin(a,'D2',0)...

3 years 前 | 1 个回答 | 0

1

个回答

提问


need help creating a loop URGENT
if x>=3.3 disp('signal recevied soil is dry time to water') writeDigitalPin(a,'D2',1);pause(0.2);writeDigitalPin(a,'D2',0)...

3 years 前 | 1 个回答 | 0

1

个回答

提问


error using patch vectors must be same length
my_url = 'https://dd.weather.gc.ca/hydrometric/csv/ON/daily/ON_02HC025_daily_hydrometric.csv'; gauge_data = webread(my_url); % ...

3 years 前 | 1 个回答 | 0

1

个回答