Community Profile

photo

Muhammad Azeem


National University of Technology (NUTECH) Islamabad, Pakistan

Last seen: 1年以上 前 2022 年からアクティブ

Followers: 0   Following: 0

Programming Languages:
MATLAB
Spoken Languages:
English

統計

All
  • First Submission

バッジを表示

Feeds

表示方法

質問


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年弱 前 | 0 件の回答 | 0

0

回答

送信済み


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年弱 前 | ダウンロード 1 件 |

送信済み


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年弱 前 | ダウンロード 1 件 |

送信済み


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

2年弱 前 | ダウンロード 1 件 |

Thumbnail

送信済み


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年弱 前 | ダウンロード 1 件 |

Thumbnail