Recent content by Moi

  1. M

    IsPalindrome: Matlab Function to Check Word

    I used 'strcmp' instead? But I still get Error :-)
  2. 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 =...
  3. 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]
Back
Top