0 Admin Plot 2d graph in c++ Source Code: #include<stdio.h> #include<math.h> #include<conio.h> #include<graphics.h> int itr = 0,fn,fc; float i,j,... 0 Comments 0 Admin Graphics on codeblocks | Ebots Download the library 1.copy graphics.h & winbgim.h file to C:\Program Files (x86)\CodeBlocks\MinGW\include\ 2. copy libbgi.a to C:\Prog... 0 Comments 0 Admin Matlab : Flat top sampling using matlab clear all; close all; p=0.001:.001:1; o=ones(1,length(p)); z=zeros(1,length(p)); m=repmat([z o z o z o z o z o z o z o z o z o z o],[1,4]); ... 0 Comments 0 Admin Matlab : Gibbs phenomenon of given harmonics Gibbs phenomenon of given harmonics Code: clc; clear all; close all; t=linspace(-2,2,2000); u=linspace(-2,2,2000); sq=[zeros(1,500),2*ones(1... 0 Comments 0 Admin Matlab : 2 | Input number Take number input by this code prompt='Enter your name: '; N =input(prompt) 0 Comments 0 Admin Matlab : 1 | Add two number Open Matlab>New Script> paste this code a=12; b=34; c=a+b Run/Press F5 0 Comments 0 Admin An Overview of the 555 Timer 555, The low cost timer IC that widely used as commercial timer ic. 555 is also popular to the students, electronics hobbyists for its simpl... 0 Comments 0 Admin Arduino maze solver I have only 7 days left from contest called robo run. I noticed that maze solver is needed not line follower. No idea about maze solving. Af... 0 Comments Newer Posts Home Popular Posts Uploading Bootlaoder to Arduino using USBASP Programmer If you are building your own Arduino, or need to replace the microcontroller of your arduino board you have to burn bootloader before using ... Electron frameless window | Ebots Today we make Electron window frameless. In this window body parts like toolbars are not present. Frame:false Find out the text in index.js... Electron hello world app | Ebots Electron is a framework for building desktop apps with CSS, Javascript and HTML. Here is a five minute guide line to start with electron. Vi... Report Abuse Search This Blog Archives August 2017 (1) July 2017 (2) June 2017 (1) November 2016 (6) August 2016 (2) Categories Arduino C C++ electron Electronics graph. C++ matlab plot Robotics Tutorial Followers Advertisement Powered by Blogger. Contributors Admin Jannatul Tamanna