フィルターのクリア

How remove error? circle=([centerX,cente rY], D,1000,':');

1 回表示 (過去 30 日間)
Nasreen Ehsan
Nasreen Ehsan 2016 年 10 月 17 日
回答済み: Steven Lord 2016 年 10 月 17 日
Expression or statement is incorrect--possibly unbalanced (, {, or [.
  2 件のコメント
Adam
Adam 2016 年 10 月 17 日
What are you trying to do? Wrapping a bunch of comma separated things in parenthesis and trying to assign them to a variable is not valid syntax. Did you mean to call a function with those as arguments?
If you want help with something it is usually helpful to give some actual information on what you are doing rather than leaving people to guess!
Massimo Zanetti
Massimo Zanetti 2016 年 10 月 17 日
Nasreen, you are right:
Expression or statement is incorrect--possibly unbalanced (, {, or [.

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

回答 (1 件)

Steven Lord
Steven Lord 2016 年 10 月 17 日
You're missing the name of the function you're trying to call.

Community Treasure Hunt

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

Start Hunting!

Translated by