How to plot between two points using numpoints?
古いコメントを表示
I'm trying to plot all of the possible theta values for a four-bar linkage mechanism between 0 deg and 360 deg in incremenets of five deg. However, my problem lies with the angles for 0-20 as well as 340-360, as they are null. Originally I have numpoints = 360/5+1; which gives me the 60 values I need for 0-360 deg. How could I change this to only give me the values for 20-340 deg?
1 件のコメント
dpb
2019 年 9 月 19 日
theta=[20:5:340];
maybe?
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Statics and Dynamics についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!