Community Profile

photo

Payaam Khalid


Last seen: 1年以上 前 2022 年からアクティブ

統計

Content Feed

表示方法

質問


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

1年以上 前 | 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 ...

1年以上 前 | 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)...

1年以上 前 | 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)...

1年以上 前 | 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); % ...

1年以上 前 | 1 件の回答 | 0

1

回答