photo

Mohammed Bahubayl


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
How to index from three vectors?
find(sum([A,B,C],2)==3)

6 years 前 | 1

已回答
subtract values inside a array
function output =difff(x) intial=50; output=[]; for i=1:length(x) output(end+1)=intial-x(i); ...

6 years 前 | 1