Community Profile

photo

navya mudiraj


Active since 2014

Statistics

Content Feed

View by

Question


how to find out the coldest point
clear all;fclose all;clc;close all;clear a=fopen('files.dat','r'); gg=0; while ~feof(a) fgets(a); gg=gg+1; end fr...

10 years ago | 0 answers | 0

0

answers

Question


how to get the data of temperature pressure humidity at 20 km - program
clear all;fclose all;clc;close all;clear a=fopen('files.dat','r'); gg=0; while ~feof(a) fgets(a); gg=gg+1; end fr...

10 years ago | 0 answers | 0

0

answers