wsn importing data data from other file
Ältere Kommentare anzeigen
load H11; % load file name say H11
r1 = H11(1:100,2); %2,3 and 7th sensors are closely deployed
r2 = H11(1:100,3);
r3 = H11(1:100,7);
If h11 file contains sensing data of all sensor...then how we can replace this code with actual sensing data.....can you give me some example for replacing this file with actual sensing data here itself
1 Kommentar
Sumit
am 20 Nov. 2011
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu WSNs finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!