Plotting help, please?
이전 댓글 표시
Ok, so I'be this program here I've got to do for a class, all of the things it asks for are done except one, the plotting part, it's a program that calculates the angle of the position of bars 3 and 4 of a 4 bar mechanism, the thing is, I have to plot the answer to both of those angles for all 360 degrees, and when I do that, all it does is tell me it will ignore all complex numbers, and 4 horizontal lines were plotted (each angle has two possible answers), then I decided since it would ignore the complex numbers I'd just plot the absolute value for the angles, and after doing that it only plotted two angles, yet still they were completely horizontal, does anybody think they could look at that part of my code and help me find out what's wrong?
Here's the pastebin of my code (excuse the spanish, but I guess you can still understand the variables and such, also, variables suck as k1, k2..etc are already defined before this bit): http://pastebin.com/ziyxcAHy
채택된 답변
추가 답변 (1개)
bym
2011년 8월 21일
you might try using the function
atan2()
instead of
atan()
otherwise, please provide values for k1..k5 so the program will run
카테고리
도움말 센터 및 File Exchange에서 Graphics Objects에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!