Recent content by Moi
-
M
IsPalindrome: Matlab Function to Check Word
I used 'strcmp' instead? But I still get Error :-)- Moi
- Post #3
- Forum: Engineering and Comp Sci Homework Help
-
M
IsPalindrome: Matlab Function to Check Word
I am trying to write a function called ispalindrome, with Matlab, It is supposed to check if a word is a palindrom or not. It will then return a value True (1)or False(0) for each word. I have tried to run this, but something seems to be wrong... function isPalindrome (word) word =...- Moi
- Thread
- Matlab
- Replies: 3
- Forum: Engineering and Comp Sci Homework Help
-
M
Creating a Monthly Calendar with fprintf in Matlab
Homework Statement How can I make a calendar with fprintf? It is making me crazy. The parameters year and month are supposed to give me the whole calendar, with month day and dates.[/B]Homework EquationsThe Attempt at a Solution I just get the first line of the month[/B]- Moi
- Thread
- Matlab
- Replies: 1
- Forum: Engineering and Comp Sci Homework Help