photo

Aamod Garg


2017년부터 활동

Followers: 0   Following: 0

통계학

All
  • First Answer
  • Solver

배지 보기

Feeds

보기 기준

답변 있음
write a matlab code to compute golomb sequence
function [seq] = golomb(n) %n is defined by user a = zeros(1,n); a(1,1) = 1; for j = 2:n a(1,j) = 1+a(1,j-a(1,a...

7년 초과 전 | 0