MaxManus
Sep23-09, 12:59 PM
How do you tell matlab to exit a function with an if test in matlab?
I have tried
if x > 0
exit/quit
,but I dont want to exit matlab only the function
I have tried
if x > 0
exit/quit
,but I dont want to exit matlab only the function