fid1 = fopen('trajectory_from_plane_comp.txt', 'r');
while ~feof(fid1)
temp = textscan(fid1, '%s %d %f %f %f %f', 1, 'delimiter', ' ');
data_1 = [data_1; temp{3} temp{4} temp{5} temp{6}];
end
fclose(fid1);
Subscribe to:
Post Comments (Atom)
-
To install pngwrite we need to install to helper library before we install pngwriter. 1. libpng 2. freetype2 We can use fink or macport to i...
-
Parsing and displaying dates and times is often complicated because of formatting and locale issues. Java 2 Platform, Standard Edition (J2S...
No comments:
Post a Comment