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)

7年弱 前 | 1

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

7年弱 前 | 1