Aniruddha Phatak - MATLAB Central
photo

Aniruddha Phatak


Pune University

Active since 2014

Followers: 0   Following: 0

Message

Engineering student.

Statistics

All
File ExchangeMATLAB AnswersFrom 08/14 to 01/25Use left and right arrows to move selectionFrom 08/14Use left and right arrows to move left selectionTo 01/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

RANK
4,204 of 20,401

REPUTATION
340

AVERAGE RATING
2.50

CONTRIBUTIONS
16 Files

DOWNLOADS
17

ALL TIME DOWNLOADS
3301

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

View badges

Feeds

View by

Submitted


Prefix code
Determines whether a codeword is a prefix of another

9 years ago | 1 download |

Submitted


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

9 years ago | 1 download |

Submitted


SImple thresholding using remainder
Thresholding using remainder

9 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

9 years ago | 1 download |

Submitted


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

9 years ago | 1 download |

Submitted


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

9 years ago | 1 download |

Submitted


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

9 years ago | 1 download |

Submitted


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

9 years ago | 1 download |

Submitted


Solinas Prime
List of solinas primes upto a number n

9 years ago | 1 download |

Submitted


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

9 years ago | 1 download |

Submitted


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

10 years ago | 2 downloads |

Submitted


linearblockcode.zip
Linear Bbock code encoder and decoder.

10 years ago | 1 download |

Submitted


shanno.m
The Shannon-Fano encoder

10 years ago | 1 download |

Submitted


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

10 years ago | 1 download |

Submitted


semiprime123.m
Factors of a semiprime number

10 years ago | 1 download |

Submitted


huffy.m
The Huffamn encoder

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

10 years ago | 0

| accepted

Go to top of page