What is the diffence between end and return in function ?

What is the main differences between (end) and (return) (function) in MATLAB ?

답변 (1개)

James Tursa
James Tursa 2018년 3월 15일

1 개 추천

If the "end" you are talking about is the function end, then there is no difference. Both statements will cause a return to the caller and free any currently existing local variables. But of course the "return" statement can appear anywhere in the body of the function.

카테고리

도움말 센터File Exchange에서 Logical에 대해 자세히 알아보기

질문:

2018년 3월 15일

답변:

2018년 3월 15일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by