octave-patch-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-patch-tracker] [patch #9923] [octave forge](mapping) NED transfo


From: anonymous
Subject: [Octave-patch-tracker] [patch #9923] [octave forge](mapping) NED transforations
Date: Sun, 19 Apr 2020 16:09:55 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; rv:68.0) Gecko/20100101 Firefox/68.0

URL:
  <https://savannah.gnu.org/patch/?9923>

                 Summary: [octave forge](mapping) NED transforations
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Sun 19 Apr 2020 08:09:53 PM UTC
                Category: None
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

New functions:
NED2*
*2NED
departure

Diffs for minor fixes

---
Function map.geodesy.isDegree , is

if (! ischar (angleUnit) || ! ismember (lower (angleUnit(1)), {"d", "r"}))
    error ("map.geodesy.isDegree: angleUnit should be one of 'degrees' or
'radians'")
endif
if (ismember (lower (angleUnit(1)), {"d"}))
   return 1;
endif


How can a structure be a function?



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Sun 19 Apr 2020 08:09:53 PM UTC  Name: departure.m  Size: 5KiB   By:
None

<http://savannah.gnu.org/patch/download.php?file_id=48875>
-------------------------------------------------------
Date: Sun 19 Apr 2020 08:09:53 PM UTC  Name: NED.zip  Size: 14KiB   By: None

<http://savannah.gnu.org/patch/download.php?file_id=48876>
-------------------------------------------------------
Date: Sun 19 Apr 2020 08:09:53 PM UTC  Name: diffs.zip  Size: 948B   By: None

<http://savannah.gnu.org/patch/download.php?file_id=48877>

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/patch/?9923>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]