Friday, 14 February 2014

MATLAB program for the implementation of Sum of n odd numbers

No comments :


clc;
clear;
n=input('enter the number of odd numbers');
sum=n^2
Share This

No comments :