How do i write a user defined function for problem 6.4 in the textbook?

1 回表示 (過去 30 日間)
Brooke Barrett
Brooke Barrett 2016 年 2 月 16 日
回答済み: Arnab Sen 2016 年 2 月 23 日
I don't know how to start the function to convert degrees to dms

回答 (1 件)

Arnab Sen
Arnab Sen 2016 年 2 月 23 日
Although I don't know the exact question, you can use in-built 'degrees2dms' function to convert degrees to dms using following command:
>>DMS = degrees2dms(angleInDegrees)
For more details about 'degrees2dms', refer to the following link:

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by