Hello I am having issue with my lab assignment using MATLAB and i ran into a problem where i am not able to get it to wo

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

Hello I am having issue with my lab assignment using MATLAB and i ran into a problem where i am not able to get it to wo

Post by answerhappygod »

Hello I am having issue with my lab assignment using MATLAB and
i ran into a problem where i am not able to get it to work. please
help. I am new to coding as well explanation would help out dearly
thank you =)
Hello I Am Having Issue With My Lab Assignment Using Matlab And I Ran Into A Problem Where I Am Not Able To Get It To Wo 1
Hello I Am Having Issue With My Lab Assignment Using Matlab And I Ran Into A Problem Where I Am Not Able To Get It To Wo 1 (55.12 KiB) Viewed 41 times
Hello I Am Having Issue With My Lab Assignment Using Matlab And I Ran Into A Problem Where I Am Not Able To Get It To Wo 2
Hello I Am Having Issue With My Lab Assignment Using Matlab And I Ran Into A Problem Where I Am Not Able To Get It To Wo 2 (7.45 KiB) Viewed 41 times
r=0.90:100:1.10;
r1=0.985
r2=1.015
rp=1
wp=35.6047
w1=r1/rp*wp;
w2=r2/rp*wp;
zeta=alpha/1+(1-(2*alpha^2))^(1/2);
alpha=(w2^2-w1^2)/(w2^2+w1^2);
syms r
M= (r^2)/((1-r^2)^2+ (2*zeta*r)^2)^(1/2)
fplot(M,[0.90 1.10])
title('graph of M v/s r')
xlabel('r')
ylabel('M')
r=0.90:100:1.10
syms r
phi= 2*atan(2*zeta*r/(((1-r^2)^2+(2*zeta*r)^2)^(1/2)
+(1-r^2)))
fplot(phi,[0.90 1.10])
title('graph of phi v/s r')
xlabel('r')
ylabel('phi')
1- 2 - 3- 4 - 5- 6- 7 r=0.90:100:1.10; r1=0.985 12=1.015 rp=1 wp-35.6047 wl=rl/rp*wp; w2=12/rp*wp; 8 zeta-alpha/1+ (1-(2*alpha^2))^(1/2); 9 - alpha= (w2^2-w1^2)/(w2^2+w1^2); 10 syms r 11 M= (r^2)/((1-r^2)^2+ (2*zeta*r)^2)^(1/2) fplot (M, [0.90 1.10]) 12 13 title ('graph of M v/s r') 14 xlabel('r') ylabel('M') 15 16- r=0.90:100:1.10 syms r phi= 2*atan (2*zeta*r/(((1-r^2)^2+(2*zeta*r) ^2)^(1/2) +(1-r^2))) fplot(phi,[0.90 1.10]) title ('graph of phi v/s r') xlabel('r') ylabel('phi') HO co co Jo in i ш |||||| 17 - 18 19 20 21 - 22 - 23 24 Workspace rp = wp= 35.6047 Error using alpha Too many output arguments. Error in Untitled (line 8) zeta-alpha/1+ (1-(2*alpha^2))^(1/2); fr Command Window

7. Utilize the relation below to construct a graph of M versus (with 0.90 ≤ ≤1.10): pi2 M = √(1-x²)²+(257)² 8. Utilize the relation below to construct a graph of versus (with 0.90 ≤ ≤1.10): p=2 tan-¹ 25r √√√(1-²)²+(25)² + (1-²),

4. Calculate and from the relations below: a Op 1+√√1-2a² where 2-c0² co₂ + co² α=- co² + co² √2(1+25²)
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply