Hi!
I think you want is receive data in Matlab from the WSN and draw the data, isn't it? You can use this toolbox for Matlab: TCP/UDP/IP Toolbox 2.0.6 http://www.mathworks.com/matlabcentral/fileexchange/345 >> In this case, you must use the Tmote Connect (a gateway between a WSN and a Ethernet connection). The main function (pnet.c) is written in C-language, so you must compile it to use in Matlab (.mex). * If you're using UNIX: "mex -O pnet.c" * If you're using Windows, you have two options: "mex -O pnet.c {DIR_INSTAL_MATLAB}syslcclibwsock32.lib -DWIN32" or "mex -O pnet.c ws2_32.lib -DWIN32" You can find more information on this page (João Faria): http://www2.ee.kth.se/web_page/netcon/mediawiki/index.php/Wireless_Process_Control#Implementation_2:_MATLAB.2FSimulink.2C_M_S-Functions.2C_pnet --- José A. Tarifa Galisteo Telecommunication Engineer University of Seville email [3] Website [4] On Fri, 30 Sep 2011 17:53:46 +0100, Amin Amin wrote: > Hi all, > > Can anyone help me how i can use matlab in tinyo 2.x for draw > automatically the graphs during the simulation. > > Please help me, i waiting for the answer. > _______________________________________________ > Tinyos-help mailing list > [email protected] [1] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help [2] Links: ------ [1] mailto:[email protected] [2] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help [3] mailto:[email protected] [4] http://alumno.us.es/j/jostargal/
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
