When you're using external crystal oscillator for an AVR based Atmel MCU, you need to change the High Fuse Byte and the Low Fuse Byte in order to disable internal oscillator of the MCU and to enable the use of external ... Read more
Author: Rashintha Maduneth
Multi-purpose Server Scripting with PHP and Bash
WWW is a great "advanced platform" in the current society. Linux is commonly used in web servers. The terminal in Linux is also well known to be powerful. In Linux most of the things could be done with the terminal. Bash is ... Read more
Java from the Scratch – Part II – Rules, Standards, Data Types
Identifiers
In Java, names of variables, methods, classes, packages and interfaces are called identifiers. When composing an identifier, there are some rules.
- Identifiers must be a ... Read more
Dual Boot Windows & Linux – Boot Manager Problems (EFI Grub)
When you install a Linux operating system dual booting with Windows operating system (Both in EFI Boot Managers), sometimes you may ahve experienced that the Linux OS's Boot Manager (Grub in this article) is not the first boot ... Read more
LAMP with PhpMyAdmin on Arch Linux – Installation Guide
In this article, you will be guided to install LAMP Stack - Apache HTTP Server, MySQL - mariadb database server, PHP v7 and phpMyAdmin in Arch Linux and to configure them in the very basic way.
Read more
MATLAB – Plot with Curve Fitting Tool (cftool)
When plotting experimental data with MATLAB, commands like ezplot, plot etc. couldn't be used because the data points may not be in a proper graph due to errors of those data points. Therefore, there's a need ... Read more
MATLAB – Plotting graphs with plot
2-D Line Plot (plot)
Using plot command, you could plot y = f(x) type graph. Before we plot the graph, we need to enter data. So first of all, we need to initialize values for x ... Read more
MATLAB – Plotting Graphs with ezplot
Eazy-to-use Function Plotter
ezplot is designed to plot functions that has been entered as a string or function handle. It will be plotting a function over the default domain ... Read more