From Ankit.Choudhary at lbf.fraunhofer.de Tue Sep 16 11:16:02 2014 From: Ankit.Choudhary at lbf.fraunhofer.de (Choudhary, Ankit) Date: Tue, 16 Sep 2014 09:16:02 +0000 Subject: [Scilab-Dev] Integrating Scilab with OpenStreetMap Message-ID: <3AD0CE42720C9446B838C075F49403D513027DDE@VM-EX-01.lbf.fraunhofer.de> Hello, I am trying to implement the functionality of reading latitude and longitude values from a file in Scilab without having to open a 3rd party software. IS it possible to integrate he position values in OpenStreetMap or any other open source maps using Scilab ? Regards, Ankit Besuchen Sie uns - come and see us! Messe SMM Schiffbau, Hamburg, 9.-12.9.2014, Halle B6, Stand 411 Messe Innotrans, Schienenverkehr, Berlin, 23.-26.9.2014, Halle 23B, Stand 206 31. Danubia-Adria Symposium, Fortschritte in der experimentellen Mechanik, Kempten, 24.-27.9.2014 Ger?usche und Schwingungen in der Antriebstechnik, FVA, Darmstadt, 1.-2.10.2014 AMA-Weiterbildungs-Seminar "Schwingungsmesstechnik"unter wissenschaftlicher Leitung des Fraunhofer LBF, Darmstadt, 07.10.2014 Mehr Infos: Flyer_Schwingungsmesstechnik.pdf Von der Lastannahme bis zur Absicherung, DVM Betriebsfestigkeit, Ingolstadt, 8.-9.10.2014 8. DEGA-Symposium ?Messverfahren in der Akustik?, Bad Honnef, 16.-17.10.2014 6. VDI-Fachtagung ?Maschinenakustik - Wettbewerbsvorteil durch ger?uscharme Produkte sichern?, Karlsruhe, 12.-13.11.2014 Aachener Akustik Kolloquium - AAC 2014, Aachen, 24. ? 26.11.2014 Vorschau 2015 CfP: Pr?fmethodik Betriebsfestigkeitsversuche Fahrzeugbau, DVM, Zwickau, 28.-29.1.2015 CfP: Zuverl?ssigkeit mechatronischer und adaptronischer Systeme, DVM, Dresden, 25.-26.2.2015 Praktische Anwendungen der Polymeranalytik, 20.03.2015, Darmstadt CfP: Elastomerbauteile, DVM, Hannover, 24.-25.3.2015 CfP: VDI-Fachtagung Technische Zuverl?ssigkeit, 20.- 21.5.2015, Leonberg Mehr Infos - further information: www.lbf.fraunhofer.de/veranstaltungen -------------- next part -------------- An HTML attachment was scrubbed... URL: From ISandler at topcon.com Thu Sep 18 09:59:52 2014 From: ISandler at topcon.com (Igor) Date: Thu, 18 Sep 2014 00:59:52 -0700 (PDT) Subject: [Scilab-Dev] Integrating Scilab with OpenStreetMap In-Reply-To: <3AD0CE42720C9446B838C075F49403D513027DDE@VM-EX-01.lbf.fraunhofer.de> References: <3AD0CE42720C9446B838C075F49403D513027DDE@VM-EX-01.lbf.fraunhofer.de> Message-ID: <1411027192032-4031179.post@n3.nabble.com> Choudhary, Ankit wrote > IS it possible to integrate he position values in OpenStreetMap or any > other open source maps using Scilab ? Hello! If you are thinking about putting some information on a map from scilab, this should be possible. I can see following way: integrate some free "OSM client" into scilab module. For example:http://www.findbestopensource.com/product/raptorswing-MapGraphicshttps://marble.kde.org/https://github.com/openstreetmap/merkaartormaybe qtmobility package - but I didn't try this one.those ways above are not the fastest ways, you'll have to run "QT library" from inside a DLL or standalone process.May be better would be http://wiki.openstreetmap.org/wiki/JXMapViewer - I never try this, but this looks the fastest way.Best regards, Igor. -- View this message in context: http://mailinglists.scilab.org/Integrating-Scilab-with-OpenStreetMap-tp4031172p4031179.html Sent from the Scilab developers - Mailing Lists Archives mailing list archive at Nabble.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From nomiya at galaxy.dti.ne.jp Sat Sep 20 07:46:32 2014 From: nomiya at galaxy.dti.ne.jp (Masaru Nomiya) Date: Sat, 20 Sep 2014 14:46:32 +0900 Subject: [Scilab-Dev] compile error Message-ID: <87bnqau9mv.wl%nomiya@galaxy.dti.ne.jp> Hello, I got the very latest git of the scilab, then tried to compile. But failed as follows; [...] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../modules/core/includes -I./includes/ -I./src/c/ -I./src/cpp/ -I../../modules/api_scilab/includes/ -I../../modules/elementary_functions/includes/ -I../../modules/fileio/includes/ -I../../modules/graphics/includes/ -I../../modules/graphic_objects/includes/ -I../../modules/localization/includes/ -I../../modules/output_stream/includes/ -I../../modules/renderer/includes/ -I../../modules/scicos/includes/ -I../../modules/string/includes/ -D_LARGEFILE64_SOURCE -DNDEBUG -m64 -fno-stack-protector -g -O2 -MT src/c/libsciscicos_blocks_algo_la-cscope.lo -MD -MP -MF src/c/.deps/libsciscicos_blocks_algo_la-cscope.Tpo -c -o src/c/libsciscicos_blocks_algo_la-cscope.lo `test -f 'src/c/cscope.c' || echo './'`src/c/cscope.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../modules/core/includes -I./includes/ -I./src/c/ -I./src/cpp/ -I../../modules/api_scilab/includes/ -I../../modules/elementary_functions/includes/ -I../../modules/fileio/includes/ -I../../modules/graphics/includes/ -I../../modules/graphic_objects/includes/ -I../../modules/localization/includes/ -I../../modules/output_stream/includes/ -I../../modules/renderer/includes/ -I../../modules/scicos/includes/ -I../../modules/string/includes/ -D_LARGEFILE64_SOURCE -DNDEBUG -m64 -fno-stack-protector -g -O2 -MT src/c/libsciscicos_blocks_algo_la-cscope.lo -MD -MP -MF src/c/.deps/libsciscicos_blocks_algo_la-cscope.Tpo -c src/c/cscope.c -fPIC -DPIC -o src/c/.libs/libsciscicos_blocks_algo_la-cscope.o src/c/cscope.c: In function ?cscope?: src/c/cscope.c:257:25: error: #if with no expression #if WITH_GUI ^ src/c/cscope.c: In function ?getFigure?: src/c/cscope.c:698:13: error: #if with no expression #if WITH_GUI ^ make[3]: *** [src/c/libsciscicos_blocks_algo_la-cscope.lo] error 1 make[3]: ?????? `/tmp/tes/scilab-master-1411133661/modules/scicos_blocks' ????? make[2]: *** [all] error 2 make[2]: ?????? `/tmp/tes/scilab-master-1411133661/modules/scicos_blocks' ????? make[1]: *** [all-recursive] error 1 make[1]: ?????? `/tmp/tes/scilab-master-1411133661/modules' ????? make: *** [all-recursive] error 1 Any idea? Thanks, --- ????? Masaru Nomiya mail-to: nomiya @ galaxy.dti.ne.jp ???? ???? "Bill! You married with Computers. Not with Me!" "No..., with money." From nomiya at galaxy.dti.ne.jp Sat Sep 20 08:56:01 2014 From: nomiya at galaxy.dti.ne.jp (Masaru Nomiya) Date: Sat, 20 Sep 2014 15:56:01 +0900 Subject: [Scilab-Dev] compile error In-Reply-To: <87bnqau9mv.wl%nomiya@galaxy.dti.ne.jp> References: <87bnqau9mv.wl%nomiya@galaxy.dti.ne.jp> Message-ID: <87a95uu6f2.wl%nomiya@galaxy.dti.ne.jp> Hello, In the Message; Subject : [Scilab-Dev] compile error Message-ID : <87bnqau9mv.wl%nomiya at galaxy.dti.ne.jp> Date & Time: Sat, 20 Sep 2014 14:46:32 +0900 [Me] == Masaru Nomiya has written: Me> Hello, Me> I got the very latest git of the scilab, then tried to compile. Me> But failed as follows; Me> [...] Me> /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../modules/core/includes -I./includes/ -I./src/c/ -I./src/cpp/ -I../../modules/api_scilab/includes/ -I../../modules/elementary_functions/includes/ -I../../modules/fileio/includes/ -I../../modules/graphics/includes/ -I../../modules/graphic_objects/includes/ -I../../modules/localization/includes/ -I../../modules/output_stream/includes/ -I../../modules/renderer/includes/ -I../../modules/scicos/includes/ -I../../modules/string/includes/ -D_LARGEFILE64_SOURCE -DNDEBUG -m64 -fno-stack-protector -g -O2 -MT src/c/libsciscicos_blocks_algo_la-cscope.lo -MD -MP -MF src/c/.deps/libsciscicos_blocks_algo_la-cscope.Tpo -c -o src/c/libsciscicos_blocks_algo_la-cscope.lo `test -f 'src/c/cscope.c' || echo './'`src/c/cscope.c Me> libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../modules/core/includes -I./includes/ -I./src/c/ -I./src/cpp/ -I../../modules/api_scilab/includes/ -I../../modules/elementary_functions/includes/ -I../../modules/fileio/includes/ -I../../modules/graphics/includes/ -I../../modules/graphic_objects/includes/ -I../../modules/localization/includes/ -I../../modules/output_stream/includes/ -I../../modules/renderer/includes/ -I../../modules/scicos/includes/ -I../../modules/string/includes/ -D_LARGEFILE64_SOURCE -DNDEBUG -m64 -fno-stack-protector -g -O2 -MT src/c/libsciscicos_blocks_algo_la-cscope.lo -MD -MP -MF src/c/.deps/libsciscicos_blocks_algo_la-cscope.Tpo -c src/c/cscope.c -fPIC -DPIC -o src/c/.libs/libsciscicos_blocks_algo_la-cscope.o Me> src/c/cscope.c: In function ?cscope?: Me> src/c/cscope.c:257:25: error: #if with no expression Me> #if WITH_GUI Me> ^ Me> src/c/cscope.c: In function ?getFigure?: Me> src/c/cscope.c:698:13: error: #if with no expression Me> #if WITH_GUI Me> ^ Me> make[3]: *** [src/c/libsciscicos_blocks_algo_la-cscope.lo] error 1 Me> make[3]: ?????? `/tmp/tes/scilab-master-1411133661/modules/scicos_blocks' ????? Me> make[2]: *** [all] error 2 Me> make[2]: ?????? `/tmp/tes/scilab-master-1411133661/modules/scicos_blocks' ????? Me> make[1]: *** [all-recursive] error 1 Me> make[1]: ?????? `/tmp/tes/scilab-master-1411133661/modules' ????? Me> make: *** [all-recursive] error 1 Me> Any idea? Possible solutions; 1. add "--without-gui" option to configure, 2. change #if WITH_GUI to #ifdef WITH_GUI. I used 2., and compilation finished. Is this right? Thanks, --- ????? Masaru Nomiya mail-to: nomiya @ galaxy.dti.ne.jp ???? ???? "Bill! You married with Computers. Not with Me!" "No..., with money." From nomiya at galaxy.dti.ne.jp Sun Sep 21 08:37:30 2014 From: nomiya at galaxy.dti.ne.jp (Masaru Nomiya) Date: Sun, 21 Sep 2014 15:37:30 +0900 Subject: [Scilab-Dev] compile error In-Reply-To: <87a95uu6f2.wl%nomiya@galaxy.dti.ne.jp> References: <87bnqau9mv.wl%nomiya@galaxy.dti.ne.jp> <87a95uu6f2.wl%nomiya@galaxy.dti.ne.jp> Message-ID: <87vbohqy1h.wl%nomiya@galaxy.dti.ne.jp> Hello, In the Message; Subject : Re: [Scilab-Dev] compile error Message-ID : <87a95uu6f2.wl%nomiya at galaxy.dti.ne.jp> Date & Time: Sat, 20 Sep 2014 15:56:01 +0900 [Me] == Masaru Nomiya has written: Me> Hello, Me> In the Message; Me> Subject : [Scilab-Dev] compile error Me> Message-ID : <87bnqau9mv.wl%nomiya at galaxy.dti.ne.jp> Me> Date & Time: Sat, 20 Sep 2014 14:46:32 +0900 Me> [Me] == Masaru Nomiya has written: [...] Me> Any idea? Me> Possible solutions; Me> 1. add "--without-gui" option to configure, Me> 2. change #if WITH_GUI to #ifdef WITH_GUI. Me> I used 2., and compilation finished. Me> Is this right? 2. is the only solution. That is, 1.(with --witout-gui options) couldn't compile at all. Is thast so? THanks, --- ????? Masaru Nomiya mail-to: nomiya @ galaxy.dti.ne.jp ???? ???? "Bill! You married with Computers. Not with Me!" "No..., with money." From vincent.couvert at scilab-enterprises.com Mon Sep 22 09:39:15 2014 From: vincent.couvert at scilab-enterprises.com (Vincent COUVERT) Date: Mon, 22 Sep 2014 09:39:15 +0200 Subject: [Scilab-Dev] compile error In-Reply-To: <87vbohqy1h.wl%nomiya@galaxy.dti.ne.jp> References: <87bnqau9mv.wl%nomiya@galaxy.dti.ne.jp> <87a95uu6f2.wl%nomiya@galaxy.dti.ne.jp> <87vbohqy1h.wl%nomiya@galaxy.dti.ne.jp> Message-ID: <541FD223.2040708@scilab-enterprises.com> Hello, Error fixed by https://codereview.scilab.org/15258 Regards, Le 21/09/2014 08:37, Masaru Nomiya a ?crit : > Hello, > > In the Message; > > Subject : Re: [Scilab-Dev] compile error > Message-ID : <87a95uu6f2.wl%nomiya at galaxy.dti.ne.jp> > Date & Time: Sat, 20 Sep 2014 15:56:01 +0900 > > [Me] == Masaru Nomiya has written: > > Me> Hello, > > Me> In the Message; > > Me> Subject : [Scilab-Dev] compile error > Me> Message-ID : <87bnqau9mv.wl%nomiya at galaxy.dti.ne.jp> > Me> Date & Time: Sat, 20 Sep 2014 14:46:32 +0900 > > Me> [Me] == Masaru Nomiya has written: > > [...] > Me> Any idea? > > Me> Possible solutions; > > Me> 1. add "--without-gui" option to configure, > > Me> 2. change #if WITH_GUI to #ifdef WITH_GUI. > > Me> I used 2., and compilation finished. > > Me> Is this right? > > 2. is the only solution. > That is, 1.(with --witout-gui options) couldn't compile at all. > > Is thast so? > > THanks, > > --- > ????? Masaru Nomiya mail-to: nomiya @ galaxy.dti.ne.jp > ???? > ???? "Bill! You married with Computers. > Not with Me!" > "No..., with money." > _______________________________________________ > dev mailing list > dev at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/dev From santi_0926 at hotmail.com Sat Sep 27 01:19:12 2014 From: santi_0926 at hotmail.com (Santiago Chialvo) Date: Fri, 26 Sep 2014 20:19:12 -0300 Subject: [Scilab-Dev] ./ Operator Question Message-ID: Hi, first of all, sorry for my english, it's not good enough. I'm using Scilab 5.5.0 Version, and I found a problem that I don't understand how it works. First of all, when I do the operation R = A/B; With A = Scalar and B = Vector, the result that gives me is a R vector that satisfy: R*B = A; But, my question is, how does it works? I mean, we have R(1)*B(1) + R(2)*B(2) .... + R(N)*B(N) = A; Where we know the value of the components of B, and the value of A, but it's only 1 equation with N unknowns! How does it works, to have the values of R? Thanks, Santiago. -------------- next part -------------- An HTML attachment was scrubbed... URL: From communication at scilab-enterprises.com Tue Sep 30 09:43:11 2014 From: communication at scilab-enterprises.com (Scilab Communications) Date: Tue, 30 Sep 2014 09:43:11 +0200 Subject: [Scilab-Dev] ScilabTEC 2015 - Call for Papers is open Message-ID: <542A5F0F.9030904@scilab-enterprises.com> Is this email not displaying correctly? View it in your browser ScilabTEC ScilabTEC brings together during a two-day conference, those involved in the world of computation and numerical simulation in order to promote the exchange and innovation between the fields of education, research and industry. SUBMIT YOUR ABSTRACT ONLINE Deadline for abstract submission: 02 January 2015 The Conference Commitee welcomes abstracts on the main scientific domains using Scilab/Xcos for numerical computation such as automotive, aeronautics, space, energy, defense, telecommunications, biomedical, finance, transportation, environment, etc. The purpose of the presentation is to show the full potential of Scilab/Xcos for solving real life problems. In particular, Scilab industrial applications and new Scilab external modules presentations will be greatly appreciated. ScilabEnterprises Communication Department, Scilab Enterprises | communication at scilab-enterprises.com 143bis rue Yves Le Coz - 78000 Versailles | www.scilab-enterprises.com - www.scilab.org scilabtec -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/png Size: 18184 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/png Size: 14302 bytes Desc: not available URL: