Convert discontinuos angles to continuous angle

13 ビュー (過去 30 日間)
Paulo Oliveira
Paulo Oliveira 2014 年 5 月 23 日
コメント済み: Paulo Oliveira 2014 年 5 月 24 日
Hi, I need help to convert discontinuous angles to continuous angle in my plots, anyone to help me? I saw something to matlab simulink, but I would want to change in code. Thank you for your help.
For other words, I have this plot,
and I want to convert for this plot,
Best wishes, Paulo Oliveira

採用された回答

Matt J
Matt J 2014 年 5 月 23 日
idx=theta>0;
theta(idx)=theta(idx)-360;
  8 件のコメント
Matt J
Matt J 2014 年 5 月 23 日
but this function is just used in rad
Working in degrees would be just a simple modification
unwrap(thetaDegrees*pi/180)*180/pi;
Paulo Oliveira
Paulo Oliveira 2014 年 5 月 24 日
Yap, it works perfectly. Thank you very mush. ;)
Best wishes PO

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by