How remove error? circle=([centerX,cente rY], D,1000,':');
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Expression or statement is incorrect--possibly unbalanced (, {, or [.
2 Kommentare
Adam
am 17 Okt. 2016
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
am 17 Okt. 2016
Nasreen, you are right:
Expression or statement is incorrect--possibly unbalanced (, {, or [.
Antworten (1)
Steven Lord
am 17 Okt. 2016
You're missing the name of the function you're trying to call.
0 Kommentare
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!