Implementation of sequential output multiplication in matlab

Status
Not open for further replies.

shegmite

Member level 1
Joined
Apr 8, 2012
Messages
33
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Visit site
Activity points
1,496
Obtain an output in sequential multiplication using matlab

Hi all,
Can anyone help with proper codes in matlab to implement the program below:
% constants
n = 1
x = 1
P = 4
Zc = 95
Zo = 100
% perform computations
m = 1:10:800; % range of m to be computed
ZB = 1+((m)*sin(2*pi*n*x/P));
Z1= abs(Zc*Zo*Z1);
% output
Zt = Z1*Z2*...*Zn % output Z1 to be multiplied sequentially for each value- of m computed
Thanks for your assistance
 
Last edited:

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…