統計
MATLAB Answers
7 質問
0 回答
ランク
of 174,555
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Trying to make loop works.
I need to make a loop keep running until a condition in the code is met to break the loop. I was thinking of using a while lo...
約13年 前 | 1 件の回答 | 0
1
回答質問
Error: Attempt to reference field of non-structure array
The code: close all;clear all;clc; a=arduino('COM14'); a.pinMode(2,'OUTPUT'); a.pinMode(3,'OUTPUT'); a.pinMode(4,'OUT...
約13年 前 | 1 件の回答 | 0
1
回答質問
Controlling 2 DC motor from Matlab with Arduino
I am trying to learn how to control my 2 DC motor from Matlab to Arduino. The Arduino is connected with a Quadruple Half H-Bridg...
約13年 前 | 0 件の回答 | 0
0
回答質問
Arduino with Matlab. Need some assistance.
Hi there, this is my first time trying to run Arduino with Matlab. Also I'm not that good with Matlab. So, I got this Arduino co...
約13年 前 | 1 件の回答 | 0
1
回答質問
Using X and Y coordinate to control 2 servo motor using Arduino.
This is the code that detects a specific object and show's the centre coordinate of the targeted object. close all;clear all...
13年以上 前 | 0 件の回答 | 0
0
回答質問
Need some assistance on the next step.
I want to build a camera sentry that follows a specific marked target. I already got the codes for the target tracking done, but...
13年以上 前 | 0 件の回答 | 0
0
回答質問
Can't detect yellow colour using hsv method.
I've put together some codes that I found here so that it will function as I desire. I want the code to detect yellow colour usi...
13年以上 前 | 2 件の回答 | 0
