![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/27832798_1665118345377_DEF.jpg)
Christine
Followers: 0 Following: 0
統計
MATLAB Answers
1 質問
0 回答
ランク
of 157,776
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
write a recursive palindrome function but the error is always not enough input arguments
function p=palindrome(n) if length(n)==1 p==true elseif n(1:end)==palindrome(end:-1:1) p=true else p=false end i ...
1年以上 前 | 2 件の回答 | 0