Info
この質問は閉じられています。 編集または回答するには再度開いてください。
graph comes out all rotated
1 回表示 (過去 30 日間)
古いコメントを表示
so this is what i have
posdegreeline = refline(tand(-45),0);
negdegreeline = refline(tand(45),0);
posdefreeline.Color = 'r';
negdegreeline.Color = 'r';
and i get

i dont know why top angled one is not colored and also it need to look like this

angel has to be 45 both side please help!!
1 件のコメント
Walter Roberson
2018 年 2 月 4 日
Is it possible that you change your xlim or ylim after drawing the refline? Including automatically such as if you did another plot() that happened to have x or y data outside the xlim and ylim that were active when you called upon refline() ?
回答 (0 件)
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!