PropertyValue
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/ns/prov#value
  • On 2/24/2013 7:01 PM, Joe wrote:> So I am creating a function that takes input strings and gives an output> of a logical value true or false if the input is a palindrome or not.> Only problem is I do not know how I would do it so that it disregards> spaces.>> function[palindrome]=input(str)>> a=rot90(str,2)>> if str==a> palindrome=true> else> palindrome=false> end> endJust remove any whitespace char
http://www.w3.org/ns/prov#wasQuotedFrom
  • mathforum.org