what does this error with tic\toc means?
显示 更早的评论
i have this problem - matlab tells me I have an error while running-
Error using toc
You must call TIC without an output argument before calling TOC without an
input argument.
Error in hand_rotation2/youPress (line 126)
c = toc;
Error while evaluating figure KeyPressFcn
what does it mean, and how can I fix it?
采纳的回答
更多回答(1 个)
Nicolas Rodriguez
2016-1-8
0 个投票
I have the same problem. My code runs as long as I keep matlab open. Once I close it, it won't let me run it and show me error
1 个评论
Walter Roberson
2016-1-8
Which MATLAB version are you using?
类别
在 帮助中心 和 File Exchange 中查找有关 Profile and Improve Performance 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!