AndroidHocam- Android Dersleri, Uygulama ve Örneklerle Birlikte

Posted by Admin On Monday, August 26, 2013 0 comments
Merhabalar, bu yazımda size androidhocamı tanıtmak istiyorum. Androidhocam son derece kaliteli ve detaylı android dersleri içermektedir. Bu dersler özellikte resimlerle ve örneklerle desteklenmiş, bu durum Androidhocam hem çok çekici hem de çok öğretici kılıyor. Androidhocam a teşekkürler. Ayrıca androidhocamda hiç reklam yok!. Reklamsız bir eğitici-öğretici blog için tekrar...
READ MORE

SCRIPT FILES

Posted by Admin On Monday, July 22, 2013 0 comments
A script is a sequence of ordinary statements and functions used at the command prompt level. A script is invoked the command prompt level by typing the file-name or by using the pull down menu. Scripts can also invoke other scripts. The commands in the Command Window cannot be saved and executed again. Also, the Command Window is not interactive. To overcome these difficulties,...
READ MORE

ELEMENTARY MATH BUILT-IN FUNCTIONS

Posted by Admin On Sunday, July 21, 2013 0 comments
Matlab contains a number functions for performing computations, there are give in the tables below: Table 1:Common math functions Function Description abs(x) sqrt(x) round(x) fix(x) floor(x) ceil(x) sign(x) rem(x,y) exp(x) log(x) log10(x) Computes the absolute value of x. Computes the square root of x. Rounds x to the nearest integer. Rounds (or...
READ MORE

'The Conjuring' review: Best horror film of 2013

Posted by Admin On Friday, July 19, 2013 0 comments
Horror. Starring Vera Farmiga, Patrick Wilson.Lili Taylor and Ron Livingston. Directed by James Wan. (R. 112 minutes.) James Wan, for better or worse, seemed destined to be known as "the guy who made 'Saw' " - a film that ushered in the recent era of torture porn cinema. Never mind that he's directed four movies since then. Never mind that in the...
READ MORE

Android x86 Wifi-Wireless Problem&Solution

Posted by Admin On Thursday, July 18, 2013 0 comments
Read it In my new Blog with Updates! Hi guys! Nowadays most of the people have a trouble with Android x86 wifi-wireless problem. To handle this I figured out a solution. Solution: Open Android  and press Ctrl+Alt+F1 to open terminal then type the following rows: netcfg        --to see what you have as connection devices in your computer      ...
READ MORE

How to install Android x86 on Pc

Posted by Admin On Monday, February 18, 2013 0 comments
To install Android x86 on Pc:first download the iso file which is must be convenient with your pc. You can download it from here. After that you need to write it into a usb disk to form a livecd. Then reboot your computer. Go to boots by pressing F12 then select usb disk. You see...
READ MORE

How to add Categories to blogger blog?

Posted by Admin On Monday, February 18, 2013 0 comments
Guys, today I will tell about categories in blogger. Unfortunately there is no any category widget in blogger. So we have to create it by ourselves. To do this We have two solutions. First Solution: We can use labels with Links widget. Let me Explain with an example let’s say We want Matlab,Linux,Apple as our site’s categories. Then we need to add these names as labels to our posts. Then...
READ MORE

Apple iwatch

Posted by Admin On Sunday, February 17, 2013 0 comments
Designer of iwatch is Pavel Simeonov. The smart watch features a full multi-touch 2.5-inch 16:9 curved IPS display. Take a look below... ...
READ MORE

Random Walk using Matlab

Posted by Admin On Thursday, February 14, 2013 0 comments
x=0; y=0; xv=x; yv=y; while (abs(x)<10 && abs(y)<10)     d=randi(4);     switch d         case 1       %N=1             y=y+1;         case 2       %S=2             y=y-1;         case 3    ...
READ MORE

Slide Show using Matlab

Posted by Admin On Thursday, February 14, 2013 0 comments
figure n=1; while n<=12     membrane(n);     shading interp;     title(['Eigenfunction # ', num2str(n)]);     colormap(spring);     pause(1.0);     n=n+1; ...
READ MORE

Initial Arrangements in Matlab

Posted by Admin On Thursday, February 14, 2013 0 comments
str2=input('','s'); if strmatch('do the arrangements\n',str2)     disp('Yes Sir') end cd 'path' winopen('path'); fprintf('Welcome to Matlab, Mr. 'name'\nCurrent Directory is rearranged, and the mlbe file is opened.\n'); str1=input('','s'); if strmatch('thanks',str1)     disp('You are Welcome');     clear; e...
READ MORE

A Traveling Wave by Making an Animation in MATLAB

Posted by Admin On Monday, February 11, 2013 0 comments
clc %clears the command window clear %clears variables %Variables: %Eo wave amplitude (V/m) %f frequency (Hz) %omega angular frequency (rad/s) %t time snapshot %c speed of light %z position %E Electric Field Intensity %B phase constant (1/m) %phi phase...
READ MORE

Modelling a Digital Communication System using Matlab

Posted by Admin On Thursday, February 7, 2013 0 comments
A digital telephone converts an analog signal(our voice) to a digital signal before transmission. While the analog signal takes on real number values, the digital signal takes on only a finite set of integer values. We can model these implementation effects and save memory...
READ MORE