Community Profile

photo

Aniruddha Phatak


Pune University

Active since 2014

Engineering student.

Statistics

All
  • Personal Best Downloads Level 2
  • 5-Star Galaxy Level 1
  • First Submission
  • Knowledgeable Level 1
  • First Answer

View badges

Content Feed

View by

Submitted


Prefix code
Determines whether a codeword is a prefix of another

8 years ago | 1 download |

Submitted


Fibonacci code for a positive integer
Fibonacci code for a positive integer passed

8 years ago | 1 download |

Submitted


SImple thresholding using remainder
Thresholding using remainder

8 years ago | 1 download |

Submitted


Improvement to the FELICS Algorithm
This is an improved version of the FELICS Algorithm invented by Paul Howard and Jeffrey Vitter

8 years ago | 1 download |

Submitted


Elias Omega Code
Function to obtain the Elias Omega code for an integer

8 years ago | 1 download |

Submitted


Elias Gamma code
A function to find the Elias gamma code for an integer

8 years ago | 1 download |

Submitted


Simple random distribution index
A simple measure of the extent of random distribution of numbers in an array

8 years ago | 1 download |

Submitted


Chen Primes
Calculates Chen primes less than or equal to a number

8 years ago | 1 download |

Submitted


Solinas Prime
List of solinas primes upto a number n

8 years ago | 1 download |

Submitted


Morphological operations on a grayscale image
DIlation, Erosion, Opening and Closing of a grayscale image

8 years ago | 1 download |

Submitted


cyclistencoder.zip
(n,k) cyclic encoder and decoder

9 years ago | 4 downloads |

Submitted


linearblockcode.zip
Linear Bbock code encoder and decoder.

9 years ago | 2 downloads |

Submitted


shanno.m
The Shannon-Fano encoder

9 years ago | 1 download |

Submitted


primelist.m
List of all prime numbers upto a number.

9 years ago | 1 download |

Submitted


semiprime123.m
Factors of a semiprime number

9 years ago | 1 download |

Submitted


huffy.m
The Huffamn encoder

9 years ago | 1 download |

Answered
How to print result in MATLAB?
Robert is right, you must define it as a cell array. name={'ABC-8' 'S8' 'EG8'}; thick=[25 16 12]; for i=1:3 ...

9 years ago | 0

| accepted