photo

Weimin Zhang


Last seen: 10 days 前 自 2023 起处于活动状态

Followers: 0   Following: 0

统计学

  • First Answer

查看徽章

Feeds

排序方式:

已回答
How can I test if an input value is an integer?
For an array x, perhaps use this: assert(~any(mod(x,1)),'x must have integer(s) only'); or a function allIntegers = @(x)~any(m...

1 year 前 | 0