필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Recursion revisited, variable y has in correct value

조회 수: 1 (최근 30일)
JAYANTHI SANKARALINGAM
JAYANTHI SANKARALINGAM 2021년 6월 15일
마감: Stephen23 2021년 6월 15일
function v= reversal(v) if length (v)>1 ii =round(length(v) /2 ); v=[reversal(v(ii+1:end)),reversal(v(1:ii))]; end end
  댓글 수: 1
Stephen23
Stephen23 2021년 6월 15일
"variable y has in correct value"
Your code does not have any variable y.
You did not ask a question, so we have no idea what help you want.
You did not format your code, which makes it harder for us to help you.

답변 (0개)

이 질문은 마감되었습니다.

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by