photo

Muhammad Azeem


National University of Technology (NUTECH) Islamabad, Pakistan

Last seen: alrededor de 2 años hace Con actividad desde 2022

Followers: 0   Following: 0

Programming Languages:
MATLAB
Spoken Languages:
English

Estadística

All
  • First Submission

Ver insignias

Feeds

Ver por

Pregunta


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

más de 2 años hace | 1 respuesta | 0

1

respuesta

Enviada


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.

más de 2 años hace | 1 descarga |

Enviada


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

más de 2 años hace | 1 descarga |

Enviada


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

más de 2 años hace | 1 descarga |

Thumbnail

Enviada


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

más de 2 años hace | 2 descargas |

Thumbnail