Functions-Signal and Systems-Assignment Solution(Matlab Code), Exercises of Signals and Systems Theory

This assignment was given by Shambhu Jaishree at Dhirubhai Ambani Institute of Information and Communication Technology. Its related to Signal and Systems course. Its main points are: Input, Arguments, Integral, Numbers, Error, Function, Evaluate, Else

Typology: Exercises

2011/2012

Uploaded on 07/14/2012

kapor
kapor 🇮🇳

4

(1)

37 documents

1 / 1

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
function c = gcda(a, b)
%if feval('isint',a) & feval('isint',b)
c = a.*b./gcd(a,b);
%else
% error('Input arguments must be integral numbers')
end
docsity.com

Partial preview of the text

Download Functions-Signal and Systems-Assignment Solution(Matlab Code) and more Exercises Signals and Systems Theory in PDF only on Docsity!

function c = gcda(a, b) %if feval('isint',a) & feval('isint',b) c = a.*b./gcd(a,b); %else % error('Input arguments must be integral numbers') end

docsity.com