Community Profile

photo

Ranil Fernando


Active since 2018

Followers: 0   Following: 0

Message

Statistics

  • First Answer
  • Thankful Level 1

View badges

Feeds

View by

Question


I'm getting this error("Operands to the || and && operators must be convertible to logical scalar values") for the below code, can anyone help me with this error ?
function day_diff = day_diff(month1,day1,month2,day2) days_mn = [31 28 31 30 31 30 31 31 30 31 30 31]; if mo...

6 years ago | 1 answer | 0

1

answer