Latest Updates

Showing posts with label matlab. Show all posts
Showing posts with label matlab. Show all posts

Matlab : Flat top sampling using matlab

November 07, 2016
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]); t=0.001:.001:length(m)/1000;  ...

Matlab : Gibbs phenomenon of given harmonics

November 05, 2016
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,1000),zeros(1,500)]; k=2; prompt='Enter...

Matlab : 2 | Input number

November 05, 2016
Take number input by this code prompt='Enter your name: '; N =input(prompt) ...

Matlab : 1 | Add two number

November 05, 2016
Open Matlab>New Script> paste this code a=12; b=34; c=a+b Run/Press F...
 
Copyright © 2025 Ebots.