Function definitions are not permitted in this context
信息
此问题已关闭。 请重新打开它进行编辑或回答。
显示 更早的评论
Please help me this function. Detail in code attach.
Thanks you so much !

0 个评论
回答(1 个)
Add the missing
end
after line 148 (from your outer while loop) to get rid of this error. This end is missing, so Matlab assumes that you declare functions inside a while loop, which is not allowed.
0 个评论
此问题已关闭。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!