From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.66.172.79 with SMTP id ba15mr2048581pac.26.1382126961165; Fri, 18 Oct 2013 13:09:21 -0700 (PDT) X-Received: by 10.49.94.116 with SMTP id db20mr87395qeb.19.1382126961106; Fri, 18 Oct 2013 13:09:21 -0700 (PDT) Path: border1.nntp.dca3.giganews.com!backlog3.nntp.dca3.giganews.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!y3no77085347pbx.0!news-out.google.com!9ni52399qaf.0!nntp.google.com!i2no19635822qav.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 18 Oct 2013 13:09:20 -0700 (PDT) In-Reply-To: <75105857-fe2f-4437-9214-f8a154432a1a@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=93.37.81.24; posting-account=9fwclgkAAAD6oQ5usUYhee1l39geVY99 NNTP-Posting-Host: 93.37.81.24 References: <75105857-fe2f-4437-9214-f8a154432a1a@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <0febeaa6-30a1-42bf-8600-50216338846d@googlegroups.com> Subject: Re: Ada library to read/write matlab files? From: mockturtle Injection-Date: Fri, 18 Oct 2013 20:09:21 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Original-Bytes: 2167 Xref: number.nntp.dca.giganews.com comp.lang.ada:183660 Date: 2013-10-18T13:09:20-07:00 List-Id: Dear Maurizio, Dear Per, thank you for your replies and suggestions. Unfortunately, my constraint of having a pure Ada solution was fairly strong (for reasons too long to explain here), so I "throw together" a solution good enough for me. I am making it available through launchpad and I insert here a shameless link to it :-) https://launchpad.net/adamant in case in the future someone will search through the newsgroup again. Currently it is very limited (but you can copy it! :-) [did you get the joke? no?!? Then, what are you doing in this newsgroup? :-) :-) :-) ] It allows you only to write Matlab files and only matrices of double (of any dimensionality) and strings. Cells, structs and reading are for a future release (maybe) It requires Ada 2012 since I spotted the occasion of using a dynamic predicate (too cool!). If you want to use it with a non Ada 2012 compiler, just go to the specs of Matlab.IO and remove the predicate from Matlab_Name. Riccardo