Info
此问题已关闭。 请重新打开它进行编辑或回答。
unexpected parenthesis. please i need urgent solution to this
3 次查看(过去 30 天)
显示 更早的评论
>> plot(plist,ref(fcount,'x--':),plist,ref(fcount+1,'o:':)) ??? plot(plist,ref(fcount,'x--':),plist,ref(fcount+1,'o:':)) | Error: Unbalanced or unexpected parenthesis or bracket.
>>
3 个评论
Alexandra Harkai
2016-10-31
编辑:Alexandra Harkai
2016-10-31
Thanks! :) It happened so fast I had no chance to see the duplicate one. :)
回答(1 个)
Alexandra Harkai
2016-10-31
Are you trying to plot plist against ref(count) and ref(count+1)? If that is the case, this would do that:
plot(plist,ref(fcount),'x--'),plist,ref(fcount+1),'o:'))
No idea what you tried to achieve with this, it may help if you explained what you are trying to do:
ref(fcount,'x--':)
0 个评论
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!