Community Profile

photo

Muhammad Azeem


National University of Technology (NUTECH) Islamabad, Pakistan

Last seen: 1 year ago Active since 2022

Followers: 0   Following: 0

Programming Languages:
MATLAB
Spoken Languages:
English

Statistics

All
  • First Submission

View badges

Feeds

View by

Question


How to resolve "Failed to generate all binary outputs" while deploying code on F28335 Microcontroller using Simulink
### Starting build procedure for model: DAB_PWM ### Generating code and artifacts to 'Model specific' folder structure Code Ge...

2 years ago | 0 answers | 0

0

answers

Submitted


Function to find out the 4 & 8 - Pixel Adjacency
The following generic function is able to find out the 4-pixel Adjacency and 8-pixel Adjacency.

2 years ago | 1 download |

Submitted


Function to find out the N4(P), ND(P) and N8(P) Neighborhood
The following function will find out the N4(P)-4 Neighbors of P, ND(P)-4 Diagonal Neighbors of P & N8(P)-8 Neighbors of P. P -Pi...

2 years ago | 1 download |

Submitted


Negative of RGB Image
The MATLAB function is capable of generating the negative of the provided image.

2 years ago | 1 download |

Thumbnail

Submitted


Resize Image without using built-in function
The function is capable of resizing the image. function resizeimage(image, percentage) image -> image path, percentage -> 50.

2 years ago | 1 download |

Thumbnail