photo

IMAD ACHAHBOUN


Last seen: 3年以上 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

  • First Answer
  • Revival Level 1

バッジを表示

Feeds

表示方法

回答済み
What is wrong with my function? (Lesson 5 wrap up assignment)
function [valid] = valid_date(year,month,day) if nargin==3 if month==fix(month) && isscalar(month) && day==fix(day) && iss...

4年弱 前 | 0