photo

Ismet Ozturk


Last seen: 3 years 前 自 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,:); ...

6 years 前 | 0