photo

Aamod Garg


Active since 2017

Followers: 0   Following: 0

Statistics

All
  • First Answer
  • Solver

View badges

Feeds

View by

Answered
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...

meer dan 7 jaar ago | 0