photo

Sahil Islam


Last seen: 5일 전 2022년부터 활동

Followers: 0   Following: 0

통계학

  • First Review
  • First Answer
  • Thankful Level 1

배지 보기

Feeds

보기 기준

답변 있음
Client to worker communication in Matlab
%load("data.txt); data = readtable("data.txt); data = table2array(data); Instead of loading, using 'readtable' solved the ...

7개월 전 | 0

질문


How to compare elements of a 2D array with other elements of the same array.
I have an 2D array where I have to compare each element with all the others and save the index position if the two elements are ...

2년 초과 전 | 답변 수: 2 | 0

2

답변

질문


How to create an array with first 100 elements as 1, next 100 as 2 and so on?
I want to create an array which looks like this: [1 1 1 1 ...(100 time), 2 2 2 2...(100 times), 3 3 3 3....] like this. I'm ...

2년 초과 전 | 답변 수: 2 | 0

2

답변