Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[SOLVED] [ HELP ] ##### Basic MATLAB #####

Status
Not open for further replies.

other-side-of-d-moon

Advanced Member level 4
Joined
Oct 18, 2010
Messages
100
Helped
3
Reputation
6
Reaction score
3
Trophy points
1,298
Activity points
1,961
Hello friends!

Please guys help me to correct this code because i got this problem each time

??? Error using ==> mrdivide
Matrix dimensions must agree.


this is my code

f=6
hR=4.5;
hs=2
phi=11
theta=55
GamaR=9
L1=hR-hs;
L2=sind(theta);
Ls=(L1)/(L2);
LG=Ls*cosd(theta);

r001=(1./(1+(0.78*(sqrt((LG*GamaR)./f)))-(0.38*(1-(exp(-2*LG))))));
zeta=atand((hR-hs)/(LG*r001));



regards
 
Last edited:

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top