フィルターのクリア

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