Month: November 2016

28
Nov
2016

Regarding Regex

Regex cheat sheet is needed to find out the actual regex easily http://www.petefreitag.com/cheatsheets/regex/ Regex Tester: There are…

19
Nov
2016

Feelings Sharing

It was my last chance for participating in ACM ICPC Dhaka Regional Siteprogramming contest but as I…

14
Nov
2016

Marriage Goals ?!

In our country, maybe love goals should be relied on career goals as the reality of this…

12
Nov
2016

Watersheding Image Processing

Found this link below very helpful http://cmm.ensmp.fr/~beucher/wtshed.html  And wikipedia is good for knowledge, https://en.wikipedia.org/wiki/Watershed_(image_processing)

12
Nov
2016

Loop example in MATLAB

Loop example in MATLAB function [ output_args ] = Untitled( input_args ) %UNTITLED Summary of this function…

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…