Community Profile

photo

Fazlul Haque


Last seen: 1 year 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计数据

All
  • First Answer
  • Promoter
  • Speed Demon
  • Creator
  • Community Group Solver
  • Introduction to MATLAB Master
  • CUP Challenge Master
  • Solver

查看徽章

Feeds

排序方式:

已回答
text file I/O
done with fgets and while loops

4 years 前 | 2

已回答
Assignment question based on excel file I/O
done without using loops

4 years 前 | 1

已回答
how can i solve this ,can anyone provide me with code? whats wrong with my code ?
function y= valid_date(a,b,c) d31=[1 3 5 7 8 10 12]; d30=[4 6 9 11]; %for leap year if (rem(a,4)==0 && rem(a,100)~=0) || rem...

4 years 前 | 0