フィルターのクリア

Getting an error using servo function in GUI MATLAB

2 ビュー (過去 30 日間)
hamzah alamoodi
hamzah alamoodi 2015 年 12 月 22 日
回答済み: Walter Roberson 2015 年 12 月 23 日
What I'm doing is that I'm trying to control a servo motor using arduino and GUI, the gui has a two push buttons when to make the servo 0 degree and one to make it 90 ... when a press the push buttons it gives me this massage
"Undefined function or variable 's'."
Here is my coding in the opening function
clear a;
global a;
clear a;
a = arduino('com4','uno','Libraries','servo');
s = servo(a,5);
And here is my coding in the two push buttons
writePosition(s , 0); % for 0 degree
writePosition(s , 0.5); % for 90 degree
If anyone can help I would appreciate it
  1 件のコメント
hamzah alamoodi
hamzah alamoodi 2015 年 12 月 23 日
編集済み: Walter Roberson 2015 年 12 月 23 日
clear a;
global a;
clear a;
a=arduino('com4','uno','Libraries','servo');
s=servo(a,5);
writePosition(s,0)

サインインしてコメントする。

回答 (1 件)

Walter Roberson
Walter Roberson 2015 年 12 月 23 日

カテゴリ

Help Center および File ExchangeArduino Hardware についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by