Statistiques
9 Questions
0 Réponses
RANG
27 181
of 300 379
RÉPUTATION
1
CONTRIBUTIONS
9 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
66.67%
VOTES REÇUS
1
RANG
of 20 931
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 168 299
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
Contour plot in 2D using x,y,z data
I have x,y,z datalike this the attached text file. I would like to make a contour plot using this data. I am using the code Su...
presque 4 ans il y a | 1 réponse | 0
1
réponseQuestion
how to plot smooth contour using the data?
I have data as attached. I have electron density values for different latitudes and longitudes. The latitude range (y axis) is 1...
presque 7 ans il y a | 1 réponse | 0
1
réponseQuestion
How to read two files simultaneously?
I have a pair of files such as Arenosillo.2007.047.12.07.G18.txt and Arenosillo.2007.047.12.07.ion.txt. I have such 500 pairs. I...
presque 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Plottong double y axis with data from two different data sets for right y axis. How to create legends for two different data sets in right Y axis for MATLAB 2015a?
[hAx,hLine1,hLine2] = plotyy(Altitude1,OcculationAz,[Altitude1',Altitude2'],[COSMIC',Digisonde']); title('Variation of Elec...
presque 7 ans il y a | 1 réponse | 0
1
réponseQuestion
contour plot based on xyz data
I have xyz data as attached. X is longitude, y is altitude and z is electron density. For each value of longitude from 75 to 95,...
environ 7 ans il y a | 2 réponses | 1
2
réponsesQuestion
How to extract information from the filename?
I have almost 6000 files with names like Arenosillo.2005.344.13.49.G13.txt where 2005 is the year, 344 is the number of day of t...
plus de 7 ans il y a | 2 réponses | 0
2
réponsesQuestion
How to find the maximum values from each column 2 and 3 and find the corresponding values from column 1?
I have 543 .txt files with 3 columns. I need to find the maximum values for column 2 and 3 for each of these files and scatter p...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
I have data file which has 3 columns. I need to find the maximum values each from column 2 and 3 and then find the values in column 1 for which the values in column 2 and 3 are 0.24 of the maximum values of column 2 and 3. How to do this?
I have data file which has 3 columns. I need to find the maximum values each from column 2 and 3 and then find the values in col...
plus de 7 ans il y a | 1 réponse | 0
0
réponseQuestion
How to process and plot the data from the .txt files when the filenames rae not sequential?
filename = 'Cyprus.2010.101.07.52.G06.txt'; delimiterIn = ' '; % headerlinesIn = 1; A = importdata(filename,delimite...
plus de 7 ans il y a | 1 réponse | 0
