photo

Ismet Ozturk


Last seen: 4年弱 前 2018 年からアクティブ

Followers: 0   Following: 0

統計

  • First Answer

バッジを表示

Feeds

表示方法

回答済み
How to remove repeating elements from an array
function [ a ] = deleteRepetation( a ) leng=size(a);tempa=zeros(1,2); for i=1:leng(1) tempa=a(i,:); ...

7年弱 前 | 0