Category: A ll Codes

12
Nov
2016

Matrix in MATLAB

A=[1 2 3;4 5 6;7 8 9] A = 1 2 3 4 5 6 7 8…

11
Nov
2016

Matlab Code – Digital Image Processing

To show image from desktop folder to matlab image viewer I=imread(‘C:\Users\Daffodil\Desktop\imread\zaki.jpg’); image(I) then to convert YIQ value…

01
Sep
2016

Weiler-Atherton Clipping Algorithm

https://svanerud.com/2015/09/13/weiler-atherton-clipping-algorithm-2/

09
Aug
2016

LCD Display and Red Light Blink and Green Light based on Temperature with Arduino

Code: #include<LiquidCrystal.h> int icpin1 = 9; int icpin2 = 8; int icpin7 = 7; int green =…

29
Jul
2016

Use codeblocks with OpenGl

23
Jul
2016

Flags in C

Reference: https://www.daniweb.com/programming/software-development/threads/201233/use-of-flag-in-c