
Sizaka karki
Statistics
0 Questions
2 Answers
RANK
204,977
of 260,620
REPUTATION
0
CONTRIBUTIONS
0 Questions
2 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
of 17,908
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 112,040
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
How do you write a matlab function that identifies if a string is a palindrome or not?
x=input('Enter number: '); temp=x; y = 0; while x > 0 t = mod(x,10); y = 10*y+t; x ...
8 months ago | 0
How do you write a matlab function that identifies if a string is a palindrome or not?
x=input('Enter number: '); temp=x; y = 0; while x > 0 t = mod(x,10); y = 10*y+t; x ...
8 months ago | 0