![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/18577796_1590159017960_DEF.jpg)
sesha sai
Followers: 0 Following: 0
Feeds
답변 있음
How do you write a matlab function that identifies if a string is a palindrome or not?
function [ palindromic ] = palindrome( string ) if length(string) < 1 palindromic = logical(1); return; ...
How do you write a matlab function that identifies if a string is a palindrome or not?
function [ palindromic ] = palindrome( string ) if length(string) < 1 palindromic = logical(1); return; ...
4년 초과 전 | 2